0.01L Bug Fix 2
Added 2020-11-01 18:35:12 +0000 UTCRather than upload an entire new version I'm going to give some instructions on how to fix this bug in game.
After getting through the tutorial hit shift-O to open the dev console.
Put in the following code and hit enter after each line of code
$ bonus_event.remove("hm_chat")
$ bonus_event.remove("hp_chat")
Then enter this code
$ bonus_event.append("hm_bonus")
$ bonus_event.append("hp_bonus")
Again, make sure to hit enter after each line entered.
This bug will be patched out proper in the next big update.