diff --git a/maps/tether/submaps/space/pois/derelict.dmm b/maps/tether/submaps/space/pois/derelict.dmm index 800bef624f0..afc47198600 100644 --- a/maps/tether/submaps/space/pois/derelict.dmm +++ b/maps/tether/submaps/space/pois/derelict.dmm @@ -143,7 +143,6 @@ /turf/simulated/floor/bluegrid, /area/tether_away/debrisfield/derelict/interior) "ay" = ( -/obj/structure/prop/alien/power, /obj/structure/cable, /obj/structure/cable{ icon_state = "1-8" @@ -158,6 +157,7 @@ alpha = 0; invisibility = 101 }, +/obj/machinery/power/rtg/abductor/built, /turf/simulated/floor/bluegrid, /area/tether_away/debrisfield/derelict/interior) "az" = ( @@ -234,6 +234,30 @@ "aK" = ( /turf/space, /area/tether_away/debrisfield/derelict) +"aL" = ( +/obj/structure/cable{ + d2 = 2; + icon_state = "0-2"; + pixel_y = 0 + }, +/obj/machinery/power/fractal_reactor{ + alpha = 0; + invisibility = 101 + }, +/obj/machinery/power/rtg/abductor/built, +/turf/simulated/floor/reinforced, +/area/tether_away/debrisfield/derelict/interior) +"aM" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/fractal_reactor{ + alpha = 0; + invisibility = 101 + }, +/obj/machinery/power/rtg/abductor/built, +/turf/simulated/floor/reinforced, +/area/tether_away/debrisfield/derelict/interior) "aN" = ( /obj/random/humanoidremains, /obj/structure/cable{ @@ -328,30 +352,6 @@ /obj/structure/prop/alien/computer/camera, /turf/simulated/floor/reinforced, /area/tether_away/debrisfield/derelict/interior) -"bf" = ( -/obj/structure/prop/alien/power, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2"; - pixel_y = 0 - }, -/obj/machinery/power/fractal_reactor{ - alpha = 0; - invisibility = 101 - }, -/turf/simulated/floor/reinforced, -/area/tether_away/debrisfield/derelict/interior) -"bg" = ( -/obj/structure/prop/alien/power, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/fractal_reactor{ - alpha = 0; - invisibility = 101 - }, -/turf/simulated/floor/reinforced, -/area/tether_away/debrisfield/derelict/interior) "bh" = ( /obj/structure/prop/alien/computer/camera/flipped, /obj/structure/cable{ @@ -1484,7 +1484,7 @@ aa ao ao ao -bf +aL bj bj bs @@ -4222,7 +4222,7 @@ aa ao ao ao -bg +aM bi bp bi diff --git a/vorestation.dme b/vorestation.dme index c97aff5a2df..ea0545624f5 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -1617,10 +1617,10 @@ #include "code\modules\ai\ai_holder_targeting.dm" #include "code\modules\ai\interfaces.dm" #include "code\modules\ai\say_list.dm" -#include "code\modules\ai\aI_holder_subtypes\simple_mob_ai.dm" -#include "code\modules\ai\aI_holder_subtypes\simple_mob_ai_vr.dm" -#include "code\modules\ai\aI_holder_subtypes\slime_xenobio_ai.dm" -#include "code\modules\ai\aI_holder_subtypes\slime_xenobio_ai_vr.dm" +#include "code\modules\ai\ai_holder_subtypes\simple_mob_ai.dm" +#include "code\modules\ai\ai_holder_subtypes\simple_mob_ai_vr.dm" +#include "code\modules\ai\ai_holder_subtypes\slime_xenobio_ai.dm" +#include "code\modules\ai\ai_holder_subtypes\slime_xenobio_ai_vr.dm" #include "code\modules\alarm\alarm.dm" #include "code\modules\alarm\alarm_handler.dm" #include "code\modules\alarm\atmosphere_alarm.dm"