WTS/game/scripts/characters/hooch/vars.rpy
LoafyLemon 5c952fe7da Translation support - Part 1
* Added language switch option (WIP)
* Fixed translation generation cache cleanup
* Fixed python strings being untranslatable (partially)
2022-10-31 20:35:00 +00:00

15 lines
264 B
Plaintext

# Stats
default hoo_tier = 1
default hoo_whoring = 0
default hoo_reputation = 0
default hoo_mood = 0
# Flags
default hooch_busy = False
default hooch_unlocked = False
# Names
default hooch_genie_name = _("Sir Dumbledore")
default hooch_name = _("Madam Hooch")