1 | event_inherited(); |
2 | can_talk = false; |
3 | clover_cup_cutscene = false; |
4 | music_reset = false; |
5 | if (npc_flag == 1) |
6 | { |
7 | obj_giftshop_mug.sprite_index = spr_mug_broken; |
8 | obj_giftshop_mug.depth = 0; |
9 | obj_giftshop_mug.solid = true; |
10 | } |