fix: fixes issue w/ bottle from room9 and inventory across rooms; fixes issue w/ room10 and text rendering
This commit is contained in:
committed by
Julian Murgia
parent
0cf4672161
commit
9db27c6a74
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user