Skip to content

Commit

Permalink
[MIRROR] Fixes wiring emergency shutters
Browse files Browse the repository at this point in the history
  • Loading branch information
SierraKomodo authored and SuhEugene committed Dec 21, 2023
1 parent 0e92ce9 commit 891dc8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/machinery/doors/firedoor_assembly.dm
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
if (!cable.can_use(1))
USE_FEEDBACK_STACK_NOT_ENOUGH(cable, 1, "to wire \the [src].")
return TRUE
wired = TRUE
user.visible_message(
SPAN_NOTICE("\The [user] wires \the [src] with [cable.get_vague_name(FALSE)]."),
SPAN_NOTICE("You wire \the [src] with [cable.get_exact_name(1)].")
Expand Down

0 comments on commit 891dc8a

Please sign in to comment.