From 4ba7259666e3e0045ff1f402acf50be455dba72d Mon Sep 17 00:00:00 2001 From: oranges Date: Fri, 25 Sep 2015 09:05:22 +1200 Subject: [PATCH] Comment war continues shake it off --- .../objects/structures/crates_lockers/closets/cardboardbox.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/structures/crates_lockers/closets/cardboardbox.dm b/code/game/objects/structures/crates_lockers/closets/cardboardbox.dm index 2db86d5fc72..a7c46237d98 100644 --- a/code/game/objects/structures/crates_lockers/closets/cardboardbox.dm +++ b/code/game/objects/structures/crates_lockers/closets/cardboardbox.dm @@ -2,7 +2,7 @@ name = "large cardboard box" desc = "Just a box..." icon_state = "cardboard" - health = 10 //At the end of the day it's still just a box + health = 10 mob_storage_capacity = 1 burntime = 20 can_weld_shut = 0 @@ -50,4 +50,4 @@ viewing |= M.client flick_overlay(I,viewing,8) I.alpha = 0 - animate(I, pixel_z = 32, alpha = 255, time = 5, easing = ELASTIC_EASING) \ No newline at end of file + animate(I, pixel_z = 32, alpha = 255, time = 5, easing = ELASTIC_EASING)