From b0a74281dd7ada4befa6cf19ca5ceacd14e52c9c Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Thu, 20 Oct 2016 06:48:15 -0400 Subject: [PATCH] Someone call that chick from the italian job because this isn't the Worthington 1000 (#21046) --- code/game/objects/structures/safe.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/structures/safe.dm b/code/game/objects/structures/safe.dm index 52fe2464d6e..505e787ae06 100644 --- a/code/game/objects/structures/safe.dm +++ b/code/game/objects/structures/safe.dm @@ -12,6 +12,7 @@ FLOOR SAFES icon_state = "safe" anchored = 1 density = 1 + resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | ACID_PROOF var/open = 0 //is the safe open? var/tumbler_1_pos //the tumbler position- from 0 to 72 var/tumbler_1_open //the tumbler position to open at- 0 to 72