Skip to content

Commit

Permalink
Cryo storage can no longer be exploded by malf AI (ParadiseSS13#25782)
Browse files Browse the repository at this point in the history
  • Loading branch information
Social-Moth authored Jun 3, 2024
1 parent ee6068b commit 95d682f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/machinery/cryopod.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
req_one_access = list(ACCESS_HEADS, ACCESS_ARMORY) //Heads of staff or the warden can go here to claim recover items from their department that people went were cryodormed with.
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF
flags = NODECONSTRUCT
flags_2 = NO_MALF_EFFECT_2
var/mode = null
icon_screen = "cellconsole_on"
//Used for logging people entering cryosleep and important items they are carrying.
Expand Down Expand Up @@ -183,6 +184,7 @@
anchored = TRUE
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF
flags = NODECONSTRUCT
flags_2 = NO_MALF_EFFECT_2
dir = WEST
base_icon_state = "bodyscanner-open"
var/occupied_icon_state = "bodyscanner"
Expand Down

0 comments on commit 95d682f

Please sign in to comment.