Skip to content

Commit

Permalink
Merge pull request #940 from MrCat15352/fix_nemo
Browse files Browse the repository at this point in the history
FIX: add light switch on Atmos ship Nemo-class
  • Loading branch information
molnizz authored Sep 12, 2024
2 parents 0a2be7e + 76d69bd commit a9c586d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion _maps/_mod_celadon/shuttles/independent/independent_nemo.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1118,8 +1118,16 @@
/obj/structure/cable{
icon_state = "0-4"
},
/obj/machinery/power/apc/auto_name/directional/south,
/obj/machinery/power/apc/auto_name/directional/south{
pixel_y = -29;
pixel_x = -5
},
/obj/machinery/suit_storage_unit/atmos,
/obj/machinery/light_switch{
dir = 1;
pixel_x = 6;
pixel_y = -20
},
/turf/open/floor/plasteel/tech/techmaint,
/area/ship/engineering/atmospherics)
"ns" = (
Expand Down

0 comments on commit a9c586d

Please sign in to comment.