adonutwithsprinklez / CodenameEmpty

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

Events are not properly firing in areas #105

Closed adonutwithsprinklez closed 3 years ago

adonutwithsprinklez commented 3 years ago

Events are not occurring even when they should be. This leads to extremely long periods of time without any events occurring at all, leading to a much more boring experience.

adonutwithsprinklez commented 3 years ago

I am fairly certain this issue is caused somewhere within either the areaClass.py file or the gameClass.py file.

adonutwithsprinklez commented 3 years ago

Issue was caused by user error. The way I was debugging was causing the events to not fire.