mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
Makes the code OpenDream compileable (#17155)
This commit is contained in:
@@ -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"]."))
|
||||
|
||||
Reference in New Issue
Block a user