WTS/game/scripts/characters/hooch/vars.rpy
LoafyLemon f8a1d75d9b Bug fixes
* Added missing hooch head icon
* Removed leftover references to update_interface functionality
* Fixed missing directory for expressions causing crashes in character studio
* Fixed unlock state detection in character studio
* Fixed hooch studio crash
2023-04-09 20:54:15 +01:00

15 lines
347 B
Plaintext

# General states
# default states.hoo.tier = 1
# default states.hoo.level = 0
# default states.hoo.public_tier = 0
# default states.hoo.public_level = 0
# default states.hoo.mood = 0
default states.hoo.unlocked = False
default states.hoo.busy = False
# Names
default name_genie_hooch = "Sir Dumbledore"
default name_hooch_genie = "Madam Hooch"