From 8a4bcaf1e0df6384c60d444459b5ddc01d48182e Mon Sep 17 00:00:00 2001 From: Crimson Tide <literallyjustrandomletters@gmail.com> Date: Thu, 23 Dec 2021 22:19:42 +0000 Subject: [PATCH] Fixes --- game/base-system/settings.twee | 2 +- game/overworld-forest/loc-wolfpack/wolf.twee | 14 +++++++++++++- game/overworld-town/special-kylar/christmas.twee | 6 ++++++ 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/game/base-system/settings.twee b/game/base-system/settings.twee index e7dfc14529..948eabecc9 100644 --- a/game/base-system/settings.twee +++ b/game/base-system/settings.twee @@ -39,7 +39,7 @@ <<set $slimedisable to "f">> <<set $voredisable to "f">> <<set $tentacledisable to "f">> -<<set $plantdisable to "t">> +<<set $plantdisable to "f">> <<set $analdisable to "f">> <<set $analdoubledisable to "f">> <<set $analingusdisablegiving to "f">> diff --git a/game/overworld-forest/loc-wolfpack/wolf.twee b/game/overworld-forest/loc-wolfpack/wolf.twee index 8375d452a3..4707bb016c 100644 --- a/game/overworld-forest/loc-wolfpack/wolf.twee +++ b/game/overworld-forest/loc-wolfpack/wolf.twee @@ -146,7 +146,7 @@ <<else>> <<bHe>> admires your wolf ears. <<bHe>> nibbles at them gently. <<if $monster is 1>> - "<<pPackbrother>>'s has taken to living with pack well," <<bhe>> says. + "<<pPackbrother>> has taken to living with pack well," <<bhe>> says. <</if>> <</if>> <<elseif $cat gte 4 and $transformationParts.cat.ears isnot "hidden">> @@ -163,6 +163,18 @@ <<else>> <<bHe>> draws closer and sniffs your wings. <<bHe>> probably hasn't seen wings this close up very often. <</if>> + <<elseif $cow gte 4 and $transformationParts.cow.ears isnot "hidden">> + <<bHe>> stares at your bovine ears and tilts <<bhis>> head. + <<if $monster is 1>> + "<<pPackbrother>>'s ears cannot perk up," <<bhe>> says. "Poor hearing over large distances. Can still hear pack's howl, hopefully." + <<else>> + <<bHe>> leans in to sniff them, + <<if $transformationParts.cow.horns isnot "hidden" or $demon gte 2 and $transformationParts.demon.horns isnot "hidden" >> + but bumps <<bhis>> nose against your horns. <<bHe>> huffs and backs away. + <<else>> + making you giggle from the ticklish sensation. + <</if>> + <</if>> <<else>> <<if $monster is 1>> <<bHe>> runs a hand over your hair. "Did <<ppackbrother>> lose ears in battle? My condolences." You giggle and tap the side of your head, showing your human ears. <<bHe>> doesn't seem to understand, and looks away with a huff. diff --git a/game/overworld-town/special-kylar/christmas.twee b/game/overworld-town/special-kylar/christmas.twee index 6c390e9c30..dfc27b6903 100644 --- a/game/overworld-town/special-kylar/christmas.twee +++ b/game/overworld-town/special-kylar/christmas.twee @@ -286,6 +286,12 @@ Removed with no restraint. You grabbed gift with surprise, <br> Could yours be such a prize? +<<if $kylarSeen.includes("commando")>> + <br> + For <<his>> kindness, for <<his>> jewel, + <br> + You forgive <<his>> broken rule. +<</if>> <br><br> <<link [[Next|Kylar Christmas 11]]>><</link>> -- GitLab