diff --git a/maps/southern_cross/southern_cross-2.dmm b/maps/southern_cross/southern_cross-2.dmm index ffe75bcb0a..8a9a497507 100644 --- a/maps/southern_cross/southern_cross-2.dmm +++ b/maps/southern_cross/southern_cross-2.dmm @@ -80062,9 +80062,7 @@ /turf/simulated/floor/tiled/freezer, /area/medical/medical_restroom) "xpf" = ( -/obj/machinery/transhuman/autoresleever{ - ghost_spawns = 1 - }, +/obj/machinery/transhuman/autoresleever, /turf/simulated/floor/tiled/white, /area/medical/cryo/autoresleeve) "xpv" = ( diff --git a/modular_chomp/code/game/jobs/job/noncrew.dm b/modular_chomp/code/game/jobs/job/noncrew.dm index c1ee6defb8..9db1075fea 100644 --- a/modular_chomp/code/game/jobs/job/noncrew.dm +++ b/modular_chomp/code/game/jobs/job/noncrew.dm @@ -1,7 +1,7 @@ /datum/job/noncrew title = JOB_OUTSIDER disallow_jobhop = TRUE - total_positions = 3 + total_positions = 6 spawn_positions = 6 supervisors = "nobody, but you fall under NanoTrasen's Unauthorized Personnel SOP while on NT property"