Skip to content
Snippets Groups Projects
Commit 6845cddb authored by Vrelnir's avatar Vrelnir
Browse files

Merge branch 'beastspeech-fix' into 'dev'

Fix beastspeech widget

See merge request Vrelnir/degrees-of-lewdity!1721
parents f87896a0 eaeb3923
No related branches found
No related tags found
No related merge requests found
......@@ -3888,21 +3888,22 @@
<<widget "beastspeech">>
<<set _n to _args[0]>>
<<if $NPCList[_n].type is "lizardgirl" or $NPCList[_n].type is "lizardboy">>
<<switch $NPCList[_n].type>>
<<case "lizardgirl" "lizardboy">>
<<bHe>> hisses.
<<elseif $NPCList[_n].type is "dolphingirl" or $NPCList[_n].type is "dolphinboy">>
<<case "dolphingirl" "dolphinboy">>
<<bHe>> clicks.
<<elseif $NPCList[_n].type is "catgirl" or $NPCList[_n].type is "catboy">>
<<case "catgirl" "catboy">>
<<bHe>> purrs.
<<elseif $NPCList[_n].type is "harpy">>
<<case "harpy">>
<<bHe>> chirps.
<<elseif $NPCList[_n].type is "cowgirl" or $NPCList[_n].type is "bullboy">>
<<case "cowgirl" "bullboy">>
<<bHe>> moos.
<<elseif $NPCLIst[_n].type is "spidergirl" or $NPCList[_n].type is "spiderboy">>
<<case "spidergirl" "spiderboy">>
<<bHe>> chitters.
<<else>>
<<default>>
<<bHe>> growls.
<</if>>
<</switch>>
<<if $NPCList[_n].penis isnot "none">>
<<if $player.gender_appearance is "f">>
<<if $enemyanger gte 60>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment