Field Generator Refactor+Fixes

This commit is contained in:
Fox-McCloud
2015-12-22 13:40:53 -05:00
parent b7d41226ee
commit bbf3b528c4
12 changed files with 177 additions and 123 deletions
+1 -1
View File
@@ -1095,7 +1095,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
if(E.anchored)
E.active = 1
for(var/obj/machinery/field_generator/F in world)
for(var/obj/machinery/field/generator/F in world)
if(F.anchored)
F.Varedit_start = 1
spawn(30)