Letaryat / poor-sharptimer

GNU General Public License v3.0
25 stars 20 forks source link

Trigger bug fix #59

Closed razpbrry closed 2 months ago

razpbrry commented 2 months ago

Accidentally added a check to bonus start trigger that was almost always true. Fixed by creating a method to check that a fake bonus start zone trigger is valid. I want to eventually refactor the fake bonus zone setting and checks because this fix is ugly but it works for the time being.

Also remove a debug print in ad message method that was used for development.