Update pool_controller.dm

This commit is contained in:
kevinz000
2020-01-27 22:25:16 -07:00
committed by GitHub
parent bc05819cee
commit 1b164e1e1e
+4
View File
@@ -54,6 +54,10 @@
/// Old reagent color, used to determine if update_color needs to reset colors.
var/old_rcolor
/obj/machinery/pool/controller/examine(mob/user)
. = ..()
. += "<span class='boldnotice'>Alt click to drain reagents.</span>")
/obj/machinery/pool/controller/Initialize()
. = ..()
START_PROCESSING(SSfastprocess, src)