Merge pull request #13348 from raspy-on-osu/thermomachine-why

Thermomachine boards (Freezer/Heater) now tell you how to change their pipe layer
This commit is contained in:
silicons
2020-09-05 02:16:18 -07:00
committed by GitHub

View File

@@ -390,7 +390,7 @@
/obj/item/circuitboard/machine/thermomachine/examine()
. = ..()
. += "<span class='notice'>It is set to layer [pipe_layer].</span>"
. += "<span class='notice'>It is set to layer [pipe_layer]. Use a Multitool on the circuit to change this.</span>"
/obj/item/circuitboard/machine/thermomachine/heater
name = "Heater (Machine Board)"