2023-03-31 22:41:48 +00:00
|
|
|
|
|
|
|
default states.active_girl = None
|
|
|
|
default states.last_girl = None
|
|
|
|
|
|
|
|
default states.room = "main_room"
|
|
|
|
|
|
|
|
default states.map.unlocked = False
|
|
|
|
default states.map.seventh_floor.unlocked = False
|
|
|
|
default states.map.seventh_floor.visited = False
|
2023-04-02 23:48:38 +00:00
|
|
|
default states.map.snape_office.visited = False
|
|
|
|
default states.map.snape_office.station_examined = False
|
|
|
|
default states.map.snape_office.shelves_examined = False
|
|
|
|
default states.map.snape_office.picture_examined = False
|
|
|
|
default states.map.snape_office.statue_examined = False
|
|
|
|
default states.map.snape_office.desk_examined = False
|
|
|
|
default states.map.snape_office.candelabra_examined = False
|
|
|
|
default states.map.snape_office.intro_e1 = False
|
|
|
|
default states.map.snape_office.intro_e2 = False
|
|
|
|
default states.map.snape_office.intro_e2_stage = 0
|
|
|
|
default states.map.snape_office.intro_e3 = False
|
|
|
|
default states.map.room_of_requirement.intro_e1 = False
|
2023-03-31 22:41:48 +00:00
|
|
|
# default states.map.quidditch_pitch.unlocked = False # TODO: Unreachable currently.
|
|
|
|
|
|
|
|
default states.cupboard_rummaged = False
|
|
|
|
default states.cupboard_rummaged_times = 0
|
|
|
|
|
|
|
|
default states.desk_chibi_zorder = 2 # TODO: Resolve and delete after chibi conversion.
|
|
|
|
|
|
|
|
default states.bird_fed = False
|
|
|
|
default states.bird_fed_times = 0
|
|
|
|
default states.bird_petted = False
|
|
|
|
default states.bird_petted_times = 0
|
|
|
|
|
|
|
|
default states.fireplace_started = False
|
|
|
|
default states.fireplace_started_times = 0
|
|
|
|
|
|
|
|
default states.paperwork_unlocked = False
|
|
|
|
default states.paperwork_chapters = 0
|
|
|
|
default states.paperwork_reports = 0
|
|
|
|
default states.paperwork_reports_times = 0
|
|
|
|
|
|
|
|
default states.healing_potions = 0 # TODO: This should probably be turned into an item.
|
2023-04-02 23:48:38 +00:00
|
|
|
|
|
|
|
default states.cardgame.unlocked = False
|