allowed lizards to talk normal

This commit is contained in:
Tastyfish
2012-02-07 19:54:09 -05:00
parent 319e90041a
commit 5e6e477e37

View File

@@ -1,7 +1,4 @@
/mob/living/carbon/human/say(var/message)
if(src.mutantrace == "lizard")
if(copytext(message, 1, 2) != "*")
message = dd_replaceText(message, "s", stutter("ss"))
if(src.mutantrace == "metroid" && prob(5))
if(copytext(message, 1, 2) != "*")
if(copytext(message, 1, 2) == ";")