Ported TG's mechbay. Functional. Still can't make/break mechbay floors. No nanoUI yet. Unsure what the effects of commenting that line in admin.dm is.

This commit is contained in:
GeneralChaos81
2016-08-12 15:09:32 +10:00
parent e1dc25d136
commit b4ce757613
2 changed files with 66 additions and 215 deletions
+2 -2
View File
@@ -897,8 +897,8 @@ var/gamma_ship_location = 1 // 0 = station , 1 = space
toArea = locate(/area/shuttle/gamma/space)
fromArea.move_contents_to(toArea)
for(var/turf/simulated/floor/mech_bay_recharge_floor/F in toArea)
F.init_devices()
// for(var/turf/simulated/floor/mech_bay_recharge_floor/F in toArea)
// F.init_devices()
for(var/obj/machinery/power/apc/A in toArea)
A.init()