Runtime fixes.

This commit is contained in:
Zuhayr
2015-12-02 09:29:31 +10:30
committed by Neerti
parent 622fb93a3e
commit 1a0eecd09a
2 changed files with 2 additions and 5 deletions

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--