mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 17:43:35 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user