From fbd7edd7f34947dc3577c51bfe677ae0826026ed Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 26 Mar 2017 06:59:50 +0100 Subject: [PATCH] Comment following discussion --- code/game/objects/structures/stool_bed_chair_nest/chairs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/stool_bed_chair_nest/chairs.dm b/code/game/objects/structures/stool_bed_chair_nest/chairs.dm index 271738edbe8..982c5b91a47 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/chairs.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/chairs.dm @@ -84,7 +84,7 @@ burntime = 20 // TODO: Special ash subtype that looks like charred chair legs -/obj/structure/stool/bed/chair/wood/attack_animal(mob/living/simple_animal/user) +/obj/structure/stool/bed/chair/wood/attack_animal(mob/living/simple_animal/user) // Snowflakey, but limited current uses. Future refactor if(user.environment_smash) user.do_attack_animation(src) visible_message("[user] smashes [src] apart!")