mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
[MIRROR] Makes it clear that the health sensor cannot be activated while unsecured [MDB IGNORE] (#10203)
* Makes it clear that the health sensor cannot be activated while unsecured (#63529) * Makes it clear that the health sensor cannot be activated while unsecured Co-authored-by: Seth Scherer <supernovaa41@gmx.com>
This commit is contained in:
@@ -71,5 +71,8 @@
|
||||
|
||||
/obj/item/assembly/health/attack_self(mob/user)
|
||||
. = ..()
|
||||
to_chat(user, span_notice("You toggle [src] [src.scanning ? "off" : "on"]."))
|
||||
if (secured)
|
||||
balloon_alert(user, "scanning [scanning ? "disabled" : "enabled"]")
|
||||
else
|
||||
balloon_alert(user, span_warning("secure it first!"))
|
||||
toggle_scan()
|
||||
|
||||
Reference in New Issue
Block a user