apocalyptech / eschalon_utils

Eschalon Books I, II, and III Character and Map Editors
http://apocalyptech.com/eschalon/
GNU General Public License v2.0
8 stars 3 forks source link

Default quantity on item screen should be 1, not 0 #13

Closed apocalyptech closed 10 years ago

apocalyptech commented 10 years ago

Turns out that having a quantity of zero can cause some strange behavior in the engine:

1) Items might not be sellable to merchants 2) Items can be duplicated by right-clicking 3) Items might not have the dropped-item animation when dropped

So we should default to 1, not 0. This might be slightly more complex than a simple default value change, since empty items should still have 0 in that place.

We might also want to think about moving the quanity and stack fields up to the first tab, instead of buried in the back.