From dbe4838d40687c82bcc2013fab041e9f41ae2586 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Sat, 13 Jul 2013 04:34:09 -0700 Subject: [PATCH] Purging the toddler as Lord Mloc commands. --- code/game/objects/items/toys.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items/toys.dm b/code/game/objects/items/toys.dm index dd4d2662a7d..bd3673719f8 100644 --- a/code/game/objects/items/toys.dm +++ b/code/game/objects/items/toys.dm @@ -570,10 +570,12 @@ w_class = 3 attack_verb = list("attacked", "slashed", "stabbed", "sliced") +/* NYET. /obj/item/weapon/toddler icon_state = "toddler" name = "toddler" desc = "This baby looks almost real. Wait, did it just burp?" force = 5 w_class = 4.0 - slot_flags = SLOT_BACK \ No newline at end of file + slot_flags = SLOT_BACK +*/ \ No newline at end of file