remove unneccessary "the"

This commit is contained in:
Couls
2019-07-08 19:06:31 -04:00
parent ad2683411d
commit 772b9147ac
@@ -48,13 +48,13 @@
var/obj/structure/cable/C = locate() in F
if(C && prob(15))
if(C.avail())
visible_message("<span class='warning'>[src] chews through the [C]. It's toast!</span>")
visible_message("<span class='warning'>[src] chews through [C]. It's toast!</span>")
playsound(src, 'sound/effects/sparks2.ogg', 100, 1)
C.deconstruct()
death(0, 1)
else
C.deconstruct()
visible_message("<span class='warning'>[src] chews through the [C].</span>")
visible_message("<span class='warning'>[src] chews through [C].</span>")
if(prob(speak_chance))
for(var/mob/M in view())