From 47cf0c153ab051576122e61ac1489c40ab47b205 Mon Sep 17 00:00:00 2001 From: MrJWhit <48370570+MrJWhit@users.noreply.github.com> Date: Wed, 17 Nov 2021 18:36:49 -0500 Subject: [PATCH] Update loot_pile.dm --- code/game/objects/structures/loot_pile.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/structures/loot_pile.dm b/code/game/objects/structures/loot_pile.dm index b6249ec1e4..dc3971fdd2 100644 --- a/code/game/objects/structures/loot_pile.dm +++ b/code/game/objects/structures/loot_pile.dm @@ -9,6 +9,7 @@ icon_state = "randompile" density = FALSE anchored = TRUE + max_integrity = 100 var/loot_amount = 5 var/delete_on_depletion = FALSE var/can_use_hands = TRUE