Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ediblebomb committed Jan 5, 2025
1 parent af8e58e commit f293b8d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 20 deletions.
5 changes: 5 additions & 0 deletions code/game/area/Sulaco.dm
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
soundscape_interval = 30
is_landing_zone = TRUE
ceiling = CEILING_REINFORCED_METAL
base_lighting_alpha = 0

/area/shuttle/midway/Enter(atom/movable/O, atom/oldloc)
if(istype(O, /obj/structure/barricade))
Expand All @@ -147,6 +148,7 @@
soundscape_interval = 30
is_landing_zone = TRUE
ceiling = CEILING_REINFORCED_METAL
base_lighting_alpha = 0

/area/shuttle/cyclone/Enter(atom/movable/O, atom/oldloc)
if(istype(O, /obj/structure/barricade))
Expand All @@ -161,6 +163,7 @@
soundscape_interval = 30
is_landing_zone = TRUE
ceiling = CEILING_REINFORCED_METAL
base_lighting_alpha = 0

/area/shuttle/tornado/Enter(atom/movable/O, atom/oldloc)
if(istype(O, /obj/structure/barricade))
Expand All @@ -174,6 +177,7 @@
soundscape_interval = 30
is_landing_zone = TRUE
ceiling = CEILING_REINFORCED_METAL
base_lighting_alpha = 0

/area/shuttle/typhoon/Enter(atom/movable/O, atom/oldloc)
if(istype(O, /obj/structure/barricade))
Expand All @@ -187,6 +191,7 @@
soundscape_interval = 30
is_landing_zone = TRUE
ceiling = CEILING_REINFORCED_METAL
base_lighting_alpha = 0

/area/shuttle/tripoli/Enter(atom/movable/O, atom/oldloc)
if(istype(O, /obj/structure/barricade))
Expand Down
5 changes: 1 addition & 4 deletions maps/shuttles/dropship_cyclone.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -598,11 +598,8 @@
pixel_y = 8
},
/obj/structure/machinery/light/small{
light_color = "#C02526";
color = "#C02526";
dir = 4;
pixel_y = 15;
breakable = 0
pixel_y = 15
},
/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down,
/area/shuttle/cyclone)
Expand Down
5 changes: 1 addition & 4 deletions maps/shuttles/dropship_midway.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@
phone_id = "Midway"
},
/obj/structure/machinery/light/small{
light_color = "#C02526";
color = "#C02526";
dir = 4;
pixel_y = 15;
breakable = 0
pixel_y = 15
},
/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down,
/area/shuttle/midway)
Expand Down
5 changes: 1 addition & 4 deletions maps/shuttles/dropship_tornado.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,8 @@
pixel_y = 8
},
/obj/structure/machinery/light/small{
light_color = "#C02526";
color = "#C02526";
dir = 4;
pixel_y = 15;
breakable = 0
pixel_y = 15
},
/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down,
/area/shuttle/tornado)
Expand Down
5 changes: 1 addition & 4 deletions maps/shuttles/dropship_tripoli.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -506,11 +506,8 @@
pixel_x = 6
},
/obj/structure/machinery/light/small{
light_color = "#C02526";
color = "#C02526";
dir = 4;
pixel_y = 15;
breakable = 0
pixel_y = 15
},
/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down,
/area/shuttle/tripoli)
Expand Down
5 changes: 1 addition & 4 deletions maps/shuttles/dropship_typhoon.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,8 @@
pixel_x = 6
},
/obj/structure/machinery/light/small{
light_color = "#C02526";
color = "#C02526";
dir = 4;
pixel_y = 15;
breakable = 0
pixel_y = 15
},
/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down,
/area/shuttle/tornado)
Expand Down

0 comments on commit f293b8d

Please sign in to comment.