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)