Skip to content

Commit

Permalink
MALP
Browse files Browse the repository at this point in the history
 - Turret controls are set to unlocked at spawn.
 - APC unlocked at spawn
 - APC Moved
 - Turret Controls located in better spot
 Sierra
 - APC unlocked at spawn
  • Loading branch information
Ossa88 committed Sep 1, 2024
1 parent 3707b2e commit 4453201
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 16 deletions.
47 changes: 32 additions & 15 deletions _maps/shuttles/subshuttles/nanotrasen_malp.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
/obj/effect/turf_decal/siding/blue{
dir = 10
},
/obj/machinery/power/apc/auto_name/directional/south{
locked = 0
},
/obj/structure/cable/yellow{
icon_state = "0-4"
},
/turf/open/floor/carpet/black,
/area/ship/bridge)
"bB" = (
Expand Down Expand Up @@ -92,11 +98,6 @@
/obj/effect/turf_decal/siding/red{
dir = 5
},
/obj/item/radio/intercom/wideband/table{
dir = 4;
pixel_x = 6;
pixel_y = 1
},
/obj/machinery/button/door{
pixel_x = -9;
dir = 8;
Expand All @@ -112,6 +113,17 @@
id = "malp_holo"
},
/obj/machinery/light/directional/east,
/obj/machinery/turretid{
pixel_y = 25;
name = "MALP Turret Control Panel";
locked = 0;
lethal = 1
},
/obj/item/radio/intercom/wideband/table{
dir = 4;
pixel_x = 6;
pixel_y = 1
},
/turf/open/floor/plasteel/tech,
/area/ship/bridge)
"fh" = (
Expand Down Expand Up @@ -150,6 +162,9 @@
/obj/effect/turf_decal/siding/blue{
dir = 1
},
/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/open/floor/carpet/black,
/area/ship/bridge)
"gC" = (
Expand Down Expand Up @@ -296,13 +311,15 @@
/obj/structure/cable/yellow{
icon_state = "4-8"
},
/obj/machinery/power/apc/auto_name/directional/north,
/obj/structure/cable/yellow{
icon_state = "0-8"
},
/obj/effect/turf_decal/siding/red{
dir = 9
},
/obj/machinery/turretid{
pixel_y = 25;
name = "MALP Turret Control Panel";
locked = 0;
lethal = 1
},
/turf/open/floor/plasteel/tech,
/area/ship/bridge)
"wA" = (
Expand All @@ -323,22 +340,19 @@
/turf/open/floor/plating,
/area/ship/bridge)
"wX" = (
/obj/machinery/computer/security{
dir = 8
},
/obj/effect/turf_decal/siding/red{
dir = 4
},
/obj/machinery/computer/crew{
dir = 8
},
/turf/open/floor/plasteel/tech,
/area/ship/bridge)
"xb" = (
/obj/machinery/suit_storage_unit/security,
/obj/effect/turf_decal/siding/thinplating/light{
dir = 5
},
/obj/machinery/turretid{
pixel_y = 25
},
/turf/open/floor/plasteel/patterned/brushed,
/area/ship/bridge)
"xg" = (
Expand Down Expand Up @@ -706,6 +720,9 @@
dir = 1;
pixel_y = -18
},
/obj/structure/cable/yellow{
icon_state = "1-8"
},
/turf/open/floor/carpet/black,
/area/ship/bridge)
"Zk" = (
Expand Down
4 changes: 3 additions & 1 deletion _maps/shuttles/subshuttles/nanotrasen_sierra.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
/obj/structure/cable{
icon_state = "0-8"
},
/obj/machinery/power/apc/auto_name/directional/east,
/obj/machinery/power/apc/auto_name/directional/east{
locked = 0
},
/turf/open/floor/plasteel/dark,
/area/ship/bridge)
"b" = (
Expand Down

0 comments on commit 4453201

Please sign in to comment.