Minor runtimes fixes. (#25566)

* Fixes power monitor runtime

* Fixes reagent data runtime

* Nullspace is no smoking zone
This commit is contained in:
AnturK
2017-03-29 19:21:51 -03:00
committed by Leo
parent d60a1a48cb
commit 1b138562b4
3 changed files with 4 additions and 2 deletions
@@ -73,6 +73,8 @@
/obj/effect/particle_effect/smoke/proc/spread_smoke()
var/turf/t_loc = get_turf(src)
if(!t_loc)
return
var/list/newsmokes = list()
for(var/turf/T in t_loc.GetAtmosAdjacentTurfs())
var/obj/effect/particle_effect/smoke/foundsmoke = locate() in T //Don't spread smoke where there's already smoke!