mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 03:21:13 +01:00
Adds examine boxes. (#18370)
* Adds examine boxes. * lint * what kind of dreams did you dream? * unlimited * midgardsormr * sdsd * fixes --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -49,9 +49,9 @@
|
||||
update_icon()
|
||||
to_chat(user, "You turn \the [src] [diffuser_enabled ? "on" : "off"].")
|
||||
|
||||
/obj/machinery/shield_diffuser/examine(mob/user)
|
||||
/obj/machinery/shield_diffuser/get_examine_text(mob/user, distance, is_adjacent, infix, suffix)
|
||||
. = ..()
|
||||
to_chat(user, "It is [diffuser_enabled ? "diffuser_enabled" : "disabled"].")
|
||||
. += "It is [diffuser_enabled ? "diffuser_enabled" : "disabled"]."
|
||||
|
||||
/obj/machinery/shield_diffuser/power_change()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user