adonutwithsprinklez / CodenameEmpty

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

Consumable items that don't have modifiers in their json file can crash the game #104

Closed adonutwithsprinklez closed 3 years ago

adonutwithsprinklez commented 3 years ago

There is a bug that has only appeared once to me, where if the consumable item has no modifiers in the json file, then there is a chance that a "self.modifer is not defined" error will occur, crashing the game.