Makes portable scrubbers and pumps take fire damage. (#22249)

* mm atmos

* Like this would be better.

* oops

* FALSE to NONE

* deconflict+DGL review

* oops

* oops 3, third times the charm!
This commit is contained in:
1080pCat
2023-09-13 20:55:00 +01:00
committed by GitHub
parent e28a57798d
commit cb63d07287
2 changed files with 2 additions and 0 deletions
@@ -16,6 +16,7 @@
var/direction = DIRECTION_IN
/// The desired pressure the pump should be outputting, either into the atmosphere, or into a holding tank.
target_pressure = 101.325
resistance_flags = NONE
/obj/machinery/atmospherics/portable/pump/examine(mob/user)
. = ..()
@@ -11,6 +11,7 @@
var/volume_rate = 101.325
/// Is this scrubber acting on the 3x3 area around it.
var/widenet = FALSE
resistance_flags = NONE
/obj/machinery/atmospherics/portable/scrubber/examine(mob/user)
. = ..()