Ditto
Removes icon update, adds text confirmation to maxed pump in filter
This commit is contained in:
@@ -21,8 +21,7 @@
|
|||||||
/obj/machinery/atmospherics/components/trinary/filter/AltClick(mob/user)
|
/obj/machinery/atmospherics/components/trinary/filter/AltClick(mob/user)
|
||||||
if(user.canUseTopic(src, BE_CLOSE, FALSE,))
|
if(user.canUseTopic(src, BE_CLOSE, FALSE,))
|
||||||
target_pressure = MAX_OUTPUT_PRESSURE
|
target_pressure = MAX_OUTPUT_PRESSURE
|
||||||
update_icon()
|
to_chat(user,"<span class='notice'>You maximize the pressure on the [src].</span>")
|
||||||
return ..()
|
|
||||||
|
|
||||||
/obj/machinery/atmospherics/components/trinary/filter/layer1
|
/obj/machinery/atmospherics/components/trinary/filter/layer1
|
||||||
piping_layer = PIPING_LAYER_MIN
|
piping_layer = PIPING_LAYER_MIN
|
||||||
|
|||||||
Reference in New Issue
Block a user