mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Prevents power drain from functioning on piping (#7567)
This commit is contained in:
@@ -12,6 +12,9 @@
|
|||||||
var/alert_pressure = 80*ONE_ATMOSPHERE
|
var/alert_pressure = 80*ONE_ATMOSPHERE
|
||||||
//minimum pressure before check_pressure(...) should be called
|
//minimum pressure before check_pressure(...) should be called
|
||||||
|
|
||||||
|
/obj/machinery/atmospherics/pipe/drain_power()
|
||||||
|
return -1
|
||||||
|
|
||||||
/obj/machinery/atmospherics/pipe/New()
|
/obj/machinery/atmospherics/pipe/New()
|
||||||
..()
|
..()
|
||||||
//so pipes under walls are hidden
|
//so pipes under walls are hidden
|
||||||
|
|||||||
Reference in New Issue
Block a user