LoafyLemon
5c952fe7da
* Added language switch option (WIP) * Fixed translation generation cache cleanup * Fixed python strings being untranslatable (partially)
20 lines
445 B
Plaintext
20 lines
445 B
Plaintext
|
|
# Flags
|
|
default astoria_busy = False
|
|
default astoria_unlocked = False
|
|
default astoria_wardrobe_unlocked = False
|
|
default astoria_chatted = False
|
|
default astoria_outfits_schedule = True
|
|
|
|
# Names
|
|
default astoria_name = _("Astoria")
|
|
default ast_genie_name = _("Sir")
|
|
default ast_susan_name = _("Cow")
|
|
default ast_tonks_name = _("Old Hag")
|
|
|
|
# Stats
|
|
default ast_whoring = 0 # Affection level
|
|
default ast_mood = 0
|
|
|
|
default gave_astoria_gift = False
|