Skip to content
Snippets Groups Projects

Amily herm+behemoth kill

Merged somoracle requested to merge somoracle/CoCAnon_mod:AmilyHerm+BehemothKill into master
3 files
+ 207
32
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -204,6 +204,7 @@ package classes.Scenes.Areas.VolcanicCrag
menu();
if (player.lust >= 33) addButton(0, "Sex", behemothSexMenu, true, null, null, "Initiate sexy time with the Behemoth.");
addButton(4, "Leave", combat.cleanupAfterCombat);
addButton(10, "Kill", behemothKill, null, null, null, "End him.");
}
public function loseToBehemoth():void {
@@ -521,6 +522,14 @@ package classes.Scenes.Areas.VolcanicCrag
else doNext(camp.returnToCampUseOneHour);
}
private function behemothKill():void {
clearOutput();
outputText("You scowl in disgust at the fuzzy purple beast. The world would be better off without any of his kind. You ready your [weapon], eliciting a look of concern from the Behemoth.\n\n" +
"[say: Now, wait, hold on-] he stammers. You refuse to give him a moment more and end him where he lies.");
flags[kFLAGS.MET_BEHEMOTH] = -1; //no more Behemoth encounter
combat.cleanupAfterCombat();
}
}
}
Loading