doriyan13 / SpringStory

v95 shroom simulator implemented via SpringBoot and java 21
MIT License
28 stars 26 forks source link

One-of-a-kind items are not handled #26

Closed Silwhoon closed 8 months ago

Silwhoon commented 8 months ago

Players are only allowed to have 1 one-of-a-kind item in their inventory (including if it's equipped). At the moment this is not the case

doriyan13 commented 8 months ago

for equips it's utilized by the "only" property, need to take it to account when trying to add equip (it's the same for items but i need to handle this property there)