diff --git a/code/modules/awaymissions/mission_code/ruins/deepstorage.dm b/code/modules/awaymissions/mission_code/ruins/deepstorage.dm index 72c2aea4f15..f4de48e241b 100644 --- a/code/modules/awaymissions/mission_code/ruins/deepstorage.dm +++ b/code/modules/awaymissions/mission_code/ruins/deepstorage.dm @@ -19,7 +19,7 @@ move_resist = MOVE_FORCE_VERY_STRONG pull_force = MOVE_FORCE_VERY_STRONG deathmessage = "collapses into a pile of gibs. From the looks of it this is the deadest it can get... " - butcher_results = list(/obj/item/regen_mesh) + butcher_results = list(/obj/item/regen_mesh = 1) /// Is the boss charging right now? var/charging = FALSE /// Did our boss die?