Fixes (at least some) of the recursive power-drain crash issues.

This commit is contained in:
Zuhayr
2014-12-14 14:44:53 +10:30
parent 920ede6767
commit 29a3d34ff0
2 changed files with 8 additions and 0 deletions

View File

@@ -7,6 +7,9 @@
/turf
var/image/obscured
/turf/drain_power()
return -1
/turf/proc/visibilityChanged()
if(ticker)
cameranet.updateVisibility(src)