fix: fixes issue w/ bottle from room9 and inventory across rooms; fixes issue w/ room10 and text rendering

This commit is contained in:
Duncan Brown
2022-04-15 00:39:59 -04:00
committed by Julian Murgia
parent 0cf4672161
commit 9db27c6a74
5 changed files with 34 additions and 3 deletions

View File

@@ -76,4 +76,4 @@ set_state r9_closet_right close_door
set_global right_closet_open false
# Decrement the counter of closets open (used to determine when to show
# the magic bottle)
dec_global open_closets 1
dec_global open_closets 1

View File

@@ -8,6 +8,8 @@ set_active r9_bottle_middle false
set_active r9_bottle_right false
set_state r9_stand remove_bottle
set_active r9_bottle false
# Run all the animations to make sure the closet doors are closed
set_state r9_closet_left close_door
set_state r9_closet_middle close_door