From f58fb575e0acf242f16b00121686466381ca16e7 Mon Sep 17 00:00:00 2001 From: 1393F <59183821+1393F@users.noreply.github.com> Date: Mon, 15 Apr 2024 05:45:55 -0400 Subject: [PATCH] allows placing vents/anything else on the same tile as the SM scram (#1974) Update scram.dm --- modular_nova/modules/delam_emergency_stop/code/scram.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/modular_nova/modules/delam_emergency_stop/code/scram.dm b/modular_nova/modules/delam_emergency_stop/code/scram.dm index 0ad1ede4e49..fe8f73e76a4 100644 --- a/modular_nova/modules/delam_emergency_stop/code/scram.dm +++ b/modular_nova/modules/delam_emergency_stop/code/scram.dm @@ -39,6 +39,7 @@ shift_underlay_only = FALSE hide = TRUE piping_layer = PIPING_LAYER_MAX + pipe_flags = NONE pipe_state = "injector" resistance_flags = FIRE_PROOF | FREEZE_PROOF | UNACIDABLE idle_power_usage = BASE_MACHINE_IDLE_CONSUMPTION * 4