Phazorknight / Cogito

Immersive Sim Template Project for GODOT 4
MIT License
717 stars 81 forks source link

Throwable item "ammo count" is inconsistent with how stack size and ammo appears on other items #152

Closed brian-holsters closed 3 months ago

brian-holsters commented 3 months ago

image

The dart item has both an "ammo counter" which is fixed at 1 and a stack size counter which shows how many you actually have.

I suggest removing the ammo counter to make it consistent with other stackable items.