mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-07-07 22:22:36 -04:00
dc4347253d
* Simplify item cycling * Simplify selection variables * Fix adult bunny hood and gray appropriate items * Don't go into cycling mode when there's no items to cycle to * Restore updating c buttons This was previously done with `Inventory_ReplaceItem` but that led to problems when another slot had the same item as the one that's being cycled. * Address review