mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 17:44:25 +01:00
Rewrite examine() to pass a list around
This commit is contained in:
@@ -89,6 +89,10 @@
|
||||
|
||||
/obj/machinery/shield_diffuser/examine(var/mob/user)
|
||||
. = ..()
|
||||
to_chat(user, "It is [enabled ? "enabled" : "disabled"].")
|
||||
. += "It is [enabled ? "enabled" : "disabled"]."
|
||||
if(alarm)
|
||||
<<<<<<< HEAD
|
||||
to_chat(user, "A red LED labeled \"Proximity Alarm\" is blinking on the control panel.")
|
||||
=======
|
||||
. += "A red LED labeled \"Proximity Alarm\" is blinking on the control panel."
|
||||
>>>>>>> 6c6644f... Rewrite examine() to pass a list around (#7038)
|
||||
|
||||
Reference in New Issue
Block a user