forked from SilverStudioGames/WTS
Bug fix
* Fixed wrong character reference
This commit is contained in:
parent
d3d2f6c8aa
commit
798c590db1
@ -20,7 +20,7 @@ label tonks_talk:
|
||||
|
||||
jump tonks_talk
|
||||
|
||||
"-Get naked!-" if states.her.ev.random_strip.complete and tonks.is_any_worn("top", "bottom", "robe"):
|
||||
"-Get naked!-" if states.ton.ev.random_strip.complete and tonks.is_any_worn("top", "bottom", "robe"):
|
||||
gen "Get naked, [name_tonks_genie]!" ("base", xpos="far_left", ypos="head")
|
||||
ton "Of course, [name_genie_tonks]." ("horny", "base", "base", "mid")
|
||||
hide tonks_main
|
||||
@ -37,7 +37,7 @@ label tonks_talk:
|
||||
ton "I like the way you think, [name_genie_tonks]!" ("horny", "base", "base", "mid")
|
||||
jump tonks_talk
|
||||
|
||||
"-Get dressed-" if states.her.ev.random_strip.complete and not tonks.is_any_worn("top", "bottom", "robe"):
|
||||
"-Get dressed-" if states.ton.ev.random_strip.complete and not tonks.is_any_worn("top", "bottom", "robe"):
|
||||
gen "Put on some clothes, would you..." ("base", xpos="far_left", ypos="head")
|
||||
gen "This is a school, after all." ("base", xpos="far_left", ypos="head")
|
||||
ton "Do I have to?" ("annoyed", "narrow", "base", "mid")
|
||||
|
Loading…
Reference in New Issue
Block a user