forked from SilverStudioGames/WTS
Fix
* Fixed incorrect genie expressions being set during Astoria nickname chats.
This commit is contained in:
parent
91fd7d3a0b
commit
b610494c5f
@ -192,7 +192,7 @@ label astoria_talk:
|
||||
label .daddy:
|
||||
$ name_genie_astoria = "Daddy"
|
||||
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 "Alright, why not... Nobody knows about it anyway." ("base", "base", "base", "mid")
|
||||
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")
|
||||
gen "(...)" ("base", xpos="far_left", ypos="head")
|
||||
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")
|
||||
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
|
||||
"-Master-" if states.ast.level >= 18:
|
||||
label .master:
|
||||
|
Loading…
Reference in New Issue
Block a user