Runtime fixes.

(cherry picked from commit 0cf0b726608ca07ae456441355b399095f21dffc)
This commit is contained in:
Zuhayr
2015-12-02 08:37:09 +01:00
committed by PsiOmegaDelta
parent 22ac269692
commit a90c2ca077
2 changed files with 2 additions and 5 deletions
+1 -4
View File
@@ -187,13 +187,10 @@
return
/obj/effect/beam/i_beam/process()
//world << "i_beam \ref[src] : process"
if((loc.density || !(master)))
// world << "beam hit loc [loc] or no master [master], deleting"
if((loc && loc.density) || !master)
qdel(src)
return
//world << "proccess: [src.left] left"
if(left > 0)
left--