mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[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 🆑 fix: you can no longer fireman carry to bypass puzzle doors /🆑 * 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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user