mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
you can no longer push puzzle doors (#68732)
* puzzle doors (such as the ones in the nukie outpost) have overpowering move resist, preventing stuff like Mauler mechs from pushing it, bypassing the need for a key.
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
max_integrity = 600
|
||||
armor = list(MELEE = 100, BULLET = 100, LASER = 100, ENERGY = 100, BOMB = 100, BIO = 100, FIRE = 100, ACID = 100)
|
||||
resistance_flags = INDESTRUCTIBLE | FIRE_PROOF | ACID_PROOF | LAVA_PROOF
|
||||
move_resist = MOVE_FORCE_OVERPOWERING
|
||||
damage_deflection = 70
|
||||
/// Make sure that the puzzle has the same puzzle_id as the keycard door!
|
||||
var/puzzle_id = null
|
||||
|
||||
Reference in New Issue
Block a user