adonutwithsprinklez / CodenameEmpty

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

event_cave_found_item_1 is not giving items #108

Closed adonutwithsprinklez closed 3 years ago

adonutwithsprinklez commented 3 years ago

The event event_cave_found_item_1 should be giving the item reward to the player, but the items do not end up appearing in the player's inventory.

After some quick digging the game does appear to have the event properly firing, so it appears to be an issue with the eventClass itself.

adonutwithsprinklez commented 3 years ago

It appears the item ID's for the event were written incorrectly. This instance of the bug will be patched in the next nightly commit, and a new issue #109 has been created to keep this type of bug from occurring again.