From 1f0d8d7db05bf1b4c3938e8f26d706c031414169 Mon Sep 17 00:00:00 2001 From: Cael_Aislinn Date: Thu, 2 Aug 2012 21:56:26 +1000 Subject: [PATCH] modified the changelog, and made roaches die on bump() Signed-off-by: Cael_Aislinn --- code/modules/critters/critters.dm | 4 ++++ html/changelog.html | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/code/modules/critters/critters.dm b/code/modules/critters/critters.dm index e915928bb13..bb5ccf0b3b1 100644 --- a/code/modules/critters/critters.dm +++ b/code/modules/critters/critters.dm @@ -165,6 +165,10 @@ atksilicon = 0 attacktext = "bites" + Bump(var/mob/M) + if(ishuman(M)) + Die() + Die() ..() new /obj/effect/decal/cleanable/mucus(src.loc) diff --git a/html/changelog.html b/html/changelog.html index 6031de7b8ba..2fbf563f2a1 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -58,6 +58,14 @@ should be listed in the changelog upon commit though. Thanks. --> +
+

2 August 2012

+

Cael_Aislinn updated:

+
    +
  • Vermin such as mice and roaches will periodically spawn in maintenance and toilet areas across the station. Cats will hunt the mice, roaches can be stepped on and mousetraps will deal with both.
  • +
+
+

10 July 2012

Abi79 updated: