From e09875fe9cd2d5890dde3d6b2d88f79ac0ec6057 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Fri, 28 Jul 2023 02:39:32 +0200 Subject: [PATCH] [MIRROR] makes puzzle doors not open if you just walk into them while fireman carrying someone [MDB IGNORE] (#22736) * makes puzzle doors not open if you just walk into them while fireman carrying someone (#77131) ## About The Pull Request i dont know how this happens but this fixes it so ## Why It's Good For The Game fixes #77112 ## Changelog :cl: fix: you can no longer fireman carry to bypass puzzle doors /:cl: * makes puzzle doors not open if you just walk into them while fireman carrying someone --------- Co-authored-by: jimmyl <70376633+mc-oofert@users.noreply.github.com> --- code/game/objects/items/puzzle_pieces.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/puzzle_pieces.dm b/code/game/objects/items/puzzle_pieces.dm index 729021e544e..fc80355a7cc 100644 --- a/code/game/objects/items/puzzle_pieces.dm +++ b/code/game/objects/items/puzzle_pieces.dm @@ -44,6 +44,7 @@ resistance_flags = INDESTRUCTIBLE | FIRE_PROOF | ACID_PROOF | LAVA_PROOF move_resist = MOVE_FORCE_OVERPOWERING damage_deflection = 70 + can_open_with_hands = FALSE /// Make sure that the puzzle has the same puzzle_id as the keycard door! var/puzzle_id = null /// Message that occurs when the door is opened