Update pump.dm
This commit is contained in:
@@ -29,7 +29,7 @@ Thus, the two variables affect pump operation are set in New():
|
|||||||
pipe_state = "pump"
|
pipe_state = "pump"
|
||||||
|
|
||||||
/obj/machinery/atmospherics/components/binary/pump/CtrlClick(mob/user)
|
/obj/machinery/atmospherics/components/binary/pump/CtrlClick(mob/user)
|
||||||
if(user.canUseTopic(src, BE_CLOSE, FALSE, NO_TK))
|
if(user.canUseTopic(src, BE_CLOSE, FALSE,))
|
||||||
on = !on
|
on = !on
|
||||||
update_icon()
|
update_icon()
|
||||||
return ..()
|
return ..()
|
||||||
@@ -37,7 +37,7 @@ Thus, the two variables affect pump operation are set in New():
|
|||||||
return ..()
|
return ..()
|
||||||
|
|
||||||
/obj/machinery/atmospherics/components/binary/pump/AltClick(mob/user)
|
/obj/machinery/atmospherics/components/binary/pump/AltClick(mob/user)
|
||||||
if(user.canUseTopic(src, BE_CLOSE, FALSE, NO_TK))
|
if(user.canUseTopic(src, BE_CLOSE, FALSE,))
|
||||||
target_pressure = MAX_OUTPUT_PRESSURE
|
target_pressure = MAX_OUTPUT_PRESSURE
|
||||||
|
|
||||||
/obj/machinery/atmospherics/components/binary/pump/layer1
|
/obj/machinery/atmospherics/components/binary/pump/layer1
|
||||||
|
|||||||
Reference in New Issue
Block a user