suriyun-production / mmorpg-kit-docs

This is document for MMORPG KIT project (https://www.assetstore.unity3d.com/#!/content/110188?aid=1100lGeN)
https://suriyun-production.github.io/mmorpg-kit-docs
49 stars 11 forks source link

Weapon not stackable #2452

Closed sawcisson closed 2 months ago

sawcisson commented 2 months ago

Is it normal that weapons can't have more than 1 in stack ? I have grenades and would prefer them to stack than be separated elements.

Everytime i change the value in the files it stays at 1.

insthync commented 2 months ago

Yes it is, if you read the codes you will see it forced to set max stack to 1

sawcisson commented 2 months ago

Thanks