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