Updates: The Reckoning

* Carp are delicious! Slice them open with a kitchen knife, and you get carp fillets.
* Carp gib when hit by meteors. WHen gibbed or exploded, they leave behind meat as well. Pulse rifles can also gib them.
* Fixed lizardman emotes.
* New cake sprites by matty406 (carrot cake my edit of his cheese and regular cake).
* Shuttle can be called in Malf and Revolution modes. HOwever, it'll automatically return after a random duration. The message when the shuttle is recalled due to this is identical to when it's recalled by a player.
* Shuttle cannot be called while it is returning to CentCom.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@672 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
morikou@gmail.com
2010-12-19 22:29:05 +00:00
parent c1f1b6365d
commit 799c2dcd36
8 changed files with 102 additions and 44 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
/mob/living/carbon/human/say(var/message)
if(src.mutantrace == "lizard")
message = dd_replaceText(message, "s", stutter("ss"))
if(copytext(message, 1, 2) != "*")
message = dd_replaceText(message, "s", stutter("ss"))
..(message)
/mob/living/carbon/human/say_understands(var/other)