* Fixed incorrect genie expressions being set during Astoria nickname chats.
This commit is contained in:
Johnny28 2023-05-14 12:29:46 +02:00
parent 91fd7d3a0b
commit b610494c5f
1 changed files with 3 additions and 3 deletions

View File

@ -192,7 +192,7 @@ label astoria_talk:
label .daddy: label .daddy:
$ name_genie_astoria = "Daddy" $ name_genie_astoria = "Daddy"
ast "Daddy? Don't you think that's a little weird?" ("clench", "narrow", "angry", "mid") ast "Daddy? Don't you think that's a little weird?" ("clench", "narrow", "angry", "mid")
gen "Not at all!" ("base", "narrow", "angry", "mid", xpos="far_left", ypos="head") gen "Not at all!" ("base", xpos="far_left", ypos="head")
ast "*Hmph*..." ("upset", "narrow", "angry", "mid") ast "*Hmph*..." ("upset", "narrow", "angry", "mid")
ast "Alright, why not... Nobody knows about it anyway." ("base", "base", "base", "mid") ast "Alright, why not... Nobody knows about it anyway." ("base", "base", "base", "mid")
jump astoria_talk jump astoria_talk
@ -205,9 +205,9 @@ label astoria_talk:
ast "How about I'll call you \"Dumby\" instead? It fits you really well." ("grin", "base", "base", "mid") ast "How about I'll call you \"Dumby\" instead? It fits you really well." ("grin", "base", "base", "mid")
gen "(...)" ("base", xpos="far_left", ypos="head") gen "(...)" ("base", xpos="far_left", ypos="head")
ast "*Ha-ha-ha-ha*--" ("grin", "base", "base", "mid") ast "*Ha-ha-ha-ha*--" ("grin", "base", "base", "mid")
gen "Are you done now?" ("base", "base", "base", "mid", xpos="far_left", ypos="head") gen "Are you done now?" ("base", xpos="far_left", ypos="head")
ast "Yes... I'm sorry... {w=1.0}Dumby..." ("grin", "base", "base", "mid") ast "Yes... I'm sorry... {w=1.0}Dumby..." ("grin", "base", "base", "mid")
gen "(Damn brat! We'll see who will be laughing later.)" ("angry", "base", "base", "mid", xpos="far_left", ypos="head") gen "(Damn brat! We'll see who will be laughing later.)" ("angry", xpos="far_left", ypos="head")
jump astoria_talk jump astoria_talk
"-Master-" if states.ast.level >= 18: "-Master-" if states.ast.level >= 18:
label .master: label .master: