Skip to content

Commit

Permalink
pohui
Browse files Browse the repository at this point in the history
  • Loading branch information
BaraBarax committed Jan 1, 2024
1 parent 2c6b80d commit f8f6c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/structures/shutters_assembly.dm
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@
user.visible_message("\The [user] starts removing the signaller from \the [src].", "You start removing the signaller from \the [src].")

if(do_after(user, 40, src))
to_chat(user, SPAN_NOTICE("You removed the signaller!"))
to_chat(user, SPAN_NOTICE("You removed \the signaller!"))
state = STATE_WIRED
signaler.dropInto(loc)
signaler = null
update_icon()

/obj/structure/shutters_assembly/proc/finish_assembly(mob/user)
playsound(loc, 'sound/items/Screwdriver.ogg', 100, 1)
to_chat(user, SPAN_NOTICE("Now finishing the shutters."))
to_chat(user, SPAN_NOTICE("Now finishing \the shutters."))

if(do_after(user, 40, src))
new /obj/machinery/door/blast/shutters(loc, signaler?.code, signaler?.frequency, dir)
Expand Down

0 comments on commit f8f6c0c

Please sign in to comment.