Makes the code OpenDream compileable (#17155)

This commit is contained in:
Selis
2025-02-24 23:27:48 +01:00
committed by GitHub
parent e6cc64edea
commit 1f1dbcdb2f
8 changed files with 54 additions and 35 deletions
@@ -1,6 +1,6 @@
/obj/item/healthanalyzer/verb/toggle_guide()
set name = "Toggle Guidance"
set desc = "Toggles whether or not \the [src] will provide guidance and instruction in addition to scanning."
set desc = "Toggles whether or not the health analyzer will provide guidance and instruction in addition to scanning."
set category = "Object"
guide = !guide
to_chat(usr, span_notice("You toggle \the [src]'s guidance system [guide ? "on" : "off"]."))