Skip to content

Commit

Permalink
map changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikafox committed Sep 27, 2024
1 parent c266500 commit c7ed165
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 27 deletions.
18 changes: 9 additions & 9 deletions _maps/shuttles/nanotrasen/nanotrasen_delta.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1371,9 +1371,9 @@
/turf/open/floor/plasteel/tech/techmaint,
/area/ship/engineering)
"jH" = (
/obj/machinery/porta_turret/ship/weak{
dir = 9;
id = "delta_grid"
/obj/machinery/porta_turret/ship/nt/light{
id = "delta_grid";
dir = 9
},
/turf/closed/wall/mineral/titanium,
/area/ship/bridge)
Expand Down Expand Up @@ -2891,9 +2891,9 @@
/turf/open/floor/plasteel/white,
/area/ship/science/robotics)
"WG" = (
/obj/machinery/porta_turret/ship/weak{
dir = 4;
id = "delta_grid"
/obj/machinery/porta_turret/ship/nt/light{
id = "delta_grid";
dir = 4
},
/turf/closed/wall/mineral/titanium,
/area/ship/bridge)
Expand Down Expand Up @@ -3018,9 +3018,9 @@
/turf/open/floor/plasteel/white,
/area/ship/science/robotics)
"YZ" = (
/obj/machinery/porta_turret/ship/weak{
dir = 10;
id = "delta_grid"
/obj/machinery/porta_turret/ship/nt/light{
id = "delta_grid";
dir = 10
},
/turf/closed/wall/mineral/titanium,
/area/ship/bridge)
Expand Down
42 changes: 24 additions & 18 deletions _maps/shuttles/nanotrasen/nanotrasen_meta.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1680,9 +1680,10 @@
/turf/open/floor/plating,
/area/ship/cargo)
"jo" = (
/obj/machinery/porta_turret/ship/weak{
dir = 4;
id = "meta_grid"
/obj/machinery/porta_turret/ship/nt/light{
id = "meta_grid";
pixel_y = 0;
dir = 4
},
/turf/closed/wall/mineral/titanium,
/area/ship/crew)
Expand Down Expand Up @@ -2206,9 +2207,10 @@
/turf/open/floor/plasteel/dark,
/area/ship/cargo)
"uT" = (
/obj/machinery/porta_turret/ship/weak{
dir = 4;
id = "meta_grid"
/obj/machinery/porta_turret/ship/nt/light{
id = "meta_grid";
pixel_y = 0;
dir = 4
},
/turf/closed/wall/mineral/titanium,
/area/ship/crew/canteen/kitchen)
Expand Down Expand Up @@ -2399,9 +2401,10 @@
/turf/open/floor/plasteel,
/area/ship/crew/canteen/kitchen)
"yF" = (
/obj/machinery/porta_turret/ship/weak{
dir = 1;
id = "meta_grid"
/obj/machinery/porta_turret/ship/nt/light{
id = "meta_grid";
pixel_y = 0;
dir = 5
},
/turf/closed/wall/mineral/titanium,
/area/ship/engineering)
Expand Down Expand Up @@ -3079,9 +3082,10 @@
/turf/open/floor/plating,
/area/ship/engineering)
"Lo" = (
/obj/machinery/porta_turret/ship/weak{
dir = 2;
id = "meta_grid"
/obj/machinery/porta_turret/ship/nt/light{
id = "meta_grid";
pixel_y = 0;
dir = 6
},
/turf/closed/wall/mineral/titanium,
/area/ship/engineering)
Expand Down Expand Up @@ -3480,16 +3484,18 @@
/turf/open/floor/plasteel/dark,
/area/ship/cargo)
"TR" = (
/obj/machinery/porta_turret/ship/weak{
dir = 2;
id = "meta_grid"
/obj/machinery/porta_turret/ship/nt/light{
id = "meta_grid";
pixel_y = 0;
dir = 10
},
/turf/closed/wall/mineral/titanium,
/area/ship/crew/canteen)
"TV" = (
/obj/machinery/porta_turret/ship/weak{
dir = 1;
id = "meta_grid"
/obj/machinery/porta_turret/ship/nt/light{
id = "meta_grid";
pixel_y = 0;
dir = 9
},
/turf/closed/wall/mineral/titanium,
/area/ship/crew)
Expand Down

0 comments on commit c7ed165

Please sign in to comment.