Add fancy colours to the plaintext.

This commit is contained in:
Arturlang
2019-05-24 15:18:38 +03:00
committed by GitHub
parent 5b2fc29d1f
commit 661c1d9020

View File

@@ -37,7 +37,7 @@ Thus, the two variables affect pump operation are set in New():
/obj/machinery/atmospherics/components/binary/pump/AltClick(mob/user)
if(user.canUseTopic(src, BE_CLOSE, FALSE,))
target_pressure = MAX_OUTPUT_PRESSURE
to_chat(user, "You maximize the pressure on the [src]")
to_chat(user,"<span class='notice'>You maximize the pressure on the [src].</span>")
/obj/machinery/atmospherics/components/binary/pump/layer1
piping_layer = PIPING_LAYER_MIN
pixel_x = -PIPING_LAYER_P_X