mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Borg wire message shows wires being covered. (#9072)
The messages now reflect wire status when exposing/covering borg wires. Fixes #9052
This commit is contained in:
@@ -721,7 +721,7 @@
|
||||
return
|
||||
else if(W.isscrewdriver() && opened && !cell) // haxing
|
||||
wires_exposed = !wires_exposed
|
||||
user.visible_message(SPAN_NOTICE("\The [user] exposes \the [src]'s wires."), SPAN_NOTICE("You expose \the [src]'s wires."))
|
||||
user.visible_message(SPAN_NOTICE("\The [user] [wires_exposed ? "exposes" : "covers"] \the [src]'s wires."), SPAN_NOTICE("You [wires_exposed ? "expose" : "cover"] \the [src]'s wires."))
|
||||
updateicon()
|
||||
else if(W.isscrewdriver() && opened && cell) // radio
|
||||
if(radio)
|
||||
|
||||
Reference in New Issue
Block a user