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:
@@ -390,7 +390,7 @@
|
|||||||
|
|
||||||
/obj/item/circuitboard/machine/thermomachine/examine()
|
/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
|
/obj/item/circuitboard/machine/thermomachine/heater
|
||||||
name = "Heater (Machine Board)"
|
name = "Heater (Machine Board)"
|
||||||
|
|||||||
Reference in New Issue
Block a user