Removes needless proc

This commit is contained in:
TullyBurnalot
2017-01-15 14:35:00 +00:00
parent d2210f24c5
commit 86536e3b43
2 changed files with 0 additions and 5 deletions
-2
View File
@@ -1367,8 +1367,6 @@
cell.use(20)
spawn(0)
for(var/obj/machinery/light/L in area)
if(!L.isfunctional())
continue
if(prob(chance))
L.broken()
stoplag()
-3
View File
@@ -579,9 +579,6 @@
sleep(1)
qdel(src)
/obj/machinery/light/proc/isfunctional()
return status == LIGHT_OK
// the light item
// can be tube or bulb subtypes
// will fit into empty /obj/machinery/light of the corresponding type