mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
This has been bothering me (#15889)
This commit is contained in:
@@ -98,9 +98,8 @@ FIRE ALARM
|
||||
if(istype(I, /obj/item/stack/cable_coil))
|
||||
var/obj/item/stack/cable_coil/coil = I
|
||||
if(!coil.use(5))
|
||||
to_chat(user, "<span class='warning'>You cut the wires!</span>")
|
||||
to_chat(user, "<span class='warning'>You need a total of five cables to wire [src]!</span>")
|
||||
return
|
||||
|
||||
buildstage = FIRE_ALARM_READY
|
||||
playsound(get_turf(src), I.usesound, 50, 1)
|
||||
to_chat(user, "<span class='notice'>You wire [src]!</span>")
|
||||
|
||||
Reference in New Issue
Block a user