Solar SMES no longer start with power.

Forgot to tell the containment fields to watch for the generator.


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1996 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
mport2004@gmail.com
2011-08-09 07:39:31 +00:00
parent 6980602e24
commit 70dcb24e97
2 changed files with 6 additions and 6 deletions
@@ -286,7 +286,7 @@ field_generator power level display
if(ismob(A))
continue
if(!istype(A,/obj/machinery/field_generator))
if(istype(A,/obj/machinery/door)&&(A.density))
if((istype(A,/obj/machinery/door)||istype(A,/obj/machinery/the_singularitygen))&&(A.density))
return 0
steps += 1
G = locate(/obj/machinery/field_generator) in T