Achievement unlock, misc writing.

* Added achievement unlock for "daddy" nickname on all characters.
* Minor writing additions.
This commit is contained in:
Johnny28 2024-09-15 20:22:49 +02:00
parent b251dc14ef
commit 4c169016cb
6 changed files with 11 additions and 1 deletions

View File

@ -130,6 +130,7 @@ label astoria_talk:
"-Daddy-":
label .daddy:
$ name_genie_astoria = _("Daddy")
$ achievements.unlock("daddy")
ast "Daddy? Don't you think that's a little weird?" ("clench", "narrow", "angry", "mid")
gen "Not at all!" ("base", xpos="far_left", ypos="head")
ast "*Hmph*..." ("upset", "narrow", "angry", "mid")

View File

@ -92,6 +92,7 @@ label genie_cho_change:
gen "Call me daddy..." ("base", xpos="far_left", ypos="head")
cho @ cheeks blush "..." ("base", "narrow", "base", "downR")
cho @ cheeks heavy_blush "Yes daddy..." ("base", "narrow", "base", "down")
$ achievements.unlock("daddy")
else: #custom/fallback
cho "Very well..." ("open", "narrow", "base", "mid")
jump cho_talk

View File

@ -260,6 +260,7 @@ label genie_luna_change:
lun "Okay, I'll call you [name_genie_luna] from now on." ("soft", "base", "base", "mid")
gen "(Another confrontation expertly avoided...)" ("base", xpos="far_left", ypos="head")
elif name_genie_luna == _("Daddy"):
$ achievements.unlock("daddy")
lun "[name_genie_luna]?" ("open", "narrow", "base", "mid")
gen "Yes..." ("base", xpos="far_left", ypos="head")
lun "But won't that be confusing?" ("annoyed", "narrow", "base", "mid")

View File

@ -123,6 +123,7 @@ label susan_talk:
sus @ cheeks blush "But that's!--" ("angry", "narrow", "sad", "mid")
sus @ cheeks blush "(This is wrong, Susan!)" ("angry", "closed", "sad", "mid")
gen "Miss Bones?" ("base", xpos="far_left", ypos="head")
$ achievements.unlock("daddy")
sus @ cheeks blush "O--{w=0.2} Okay then... Professor-- *Ehm*... D-Daddy." ("annoyed", "happy", "worried", "stare")
jump susan_talk
"-Master-":

View File

@ -138,6 +138,7 @@ label tonks_talk:
ton "Crazy to think you geezers get to bang all those young, sexy, innocent witches here..." ("open", "base", "base", "R")
gen "(Geezers?)" ("base", xpos="far_left", ypos="head")
gen "But I thought you didn't mind it?" ("base", xpos="far_left", ypos="head")
$ achievements.unlock("daddy")
ton "Oh, I don't mind at all, [name_genie_tonks]!" ("horny", "base", "base", "mid")
"-Lover-" (style="disabled") if states.ton.level < 60:

View File

@ -2672,7 +2672,12 @@ label ball_ending_E2:
if states.ast.unlocked:
gen "And my sassy blonde Astoria..." ("base", xpos="far_left", ypos="head")
if states.lun.unlocked:
gen "And my {i}wackspit-sucking{/i} queen Luna..." ("base", xpos="far_left", ypos="head")
if states.lun.status.blowjob:
gen "And my {i}wackspit-sucking{/i} queen Luna..." ("base", xpos="far_left", ypos="head")
elif states.lun.status.masturbating:
gen "And my {i}wackspit-squirting{/i} queen Luna..." ("base", xpos="far_left", ypos="head")
else:
gen "And my {i}wackspit-obsessed{/i} queen Luna..." ("base", xpos="far_left", ypos="head")
if states.sus.unlocked:
gen "And my big-titted redhead Susan..." ("base", xpos="far_left", ypos="head")
gen "and of course, goodbye to my favourite nympho, Tonks..." ("base", xpos="far_left", ypos="head")