Game crashes with traceback when trying to scratch (use) a lottery ticket.
Full traceback:
File "D:\mjh23\Downloads\renpy\MysticValleyDev-0.0.14_alpha_r1-pc\renpy\bootstrap.py", line 275, in bootstrap
renpy.main.main()
File "D:\mjh23\Downloads\renpy\MysticValleyDev-0.0.14_alpha_r1-pc\renpy\main.py", line 670, in main
run(restart)
File "D:\mjh23\Downloads\renpy\MysticValleyDev-0.0.14_alpha_r1-pc\renpy\main.py", line 144, in run
renpy.execution.run_context(True)
File "D:\mjh23\Downloads\renpy\MysticValleyDev-0.0.14_alpha_r1-pc\renpy\execution.py", line 955, in run_context
context.run()
File "game/locations/mc_room.rpy", line 49, in script call
call new_day_msg from _call_new_day_msg
File "game/locations/mc_room.rpy", line 49, in script call
call new_day_msg from _call_new_day_msg
File "game/locations/mc_room.rpy", line 49, in script call
call new_day_msg from _call_new_day_msg
File "game/locations/lobby.rpy", line 48, in script
call screen main_gui with dissolve
File "D:\mjh23\Downloads\renpy\MysticValleyDev-0.0.14_alpha_r1-pc\renpy\script.py", line 1013, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'lottery_scratch'.
Similar happens when trying to access the map, just with another resource missing (map_mask.png)