diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw index 7ce69052e0eec69cc563fb8c28a6d56e4758777a..21c5fc466d02f00f2e37340a2d2ba33054f2eb3f 100644 --- a/src/uncategorized/remoteSurgery.tw +++ b/src/uncategorized/remoteSurgery.tw @@ -213,7 +213,7 @@ $He has $He has <<if $activeSlave.earT == "none">> <<if $activeSlave.earShape != "none">>only one set of ears<<else>>no secondary ears<</if>>. -<<elseif $activeSlave.earT == "human">> +<<elseif $activeSlave.earT == "normal">> <<if $activeSlave.earShape != "none">>a second pair of ears grafted to $his head<<else>>a pair of ears grafted to the top of $his head<</if>>. <<elseif $activeSlave.earT == "neko">> a pair of cat ears adorning $his head. @@ -232,7 +232,7 @@ $He has <<if $activeSlave.earT != "none" && $seeExtreme == 1 && $activeSlave.indentureRestrictions < 1>> [[Remove them|Surgery Degradation][$activeSlave.earT = "none", $cash -= $surgeryCost, $activeSlave.health -= 20, $surgeryType = "earGone"]] <</if>> - <<if $activeSlave.earT == "human">> + <<if $activeSlave.earT == "normal">> <br>Reshape them: <<if $activeSlave.earT != "neko">> [[Cat Ears|Surgery Degradation][$activeSlave.earT = "neko", $cash -= $surgeryCost, $activeSlave.health -= 10, $surgeryType = "earMajor"]]