adonutwithsprinklez / CodenameEmpty

A text based adventure roguelite
GNU General Public License v3.0
6 stars 0 forks source link

Events that give multiple of the same item are giving incorrect amounts #103

Closed adonutwithsprinklez closed 3 years ago

adonutwithsprinklez commented 3 years ago

When an event gives items to the player, the event seems to give an erratic number of items. The issue is probably either caused in the gameClass.py's reactCurrentArea() function or within the eventClass.py's giveItem() function