Fixes slime people lmbs

This commit is contained in:
MarcellusPye
2017-06-03 14:20:38 +12:00
parent 96678c1573
commit bf42389916
@@ -789,6 +789,14 @@
emotelist += "\nMachine specific emotes :- beep(s)-(none)/mob, buzz(es)-none/mob, no-(none)/mob, ping(s)-(none)/mob, yes-(none)/mob"
else if(species.name == "Slime People")
emotelist += "\nSlime people specific emotes :- squish(es)-(none)/mob"
else if(species.name == "Drask")
emotelist += "\nDrask specific emotes :- drone(s)-(none)/mob, hum(s)-(none)/mob, rumble(s)-(none)/mob"
else if(species.name == "Kidan")
emotelist += "\nKidan specific emotes :- click(s), clack(s)"
else if(species.name == "Unathi")
emotelist += "\nUnathi specific emotes :- hiss(es)"
if(!species.name == "Slime People" && found_slime_bodypart)
emotelist += "\nSlime people body part specific emotes :- squish(es)-(none)/mob"
to_chat(src, emotelist)
else