This has been bothering me (#15889)

This commit is contained in:
Kiyahitayika
2021-04-15 14:22:34 +01:00
committed by GitHub
parent 4b80316aea
commit 0b30e7b09d
+1 -2
View File
@@ -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>")