Skip to content

Commit

Permalink
map mod
Browse files Browse the repository at this point in the history
  • Loading branch information
KoishiVibe committed Aug 29, 2024
1 parent a4e045c commit 0b06517
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 13 deletions.
15 changes: 15 additions & 0 deletions code/modules/shuttle/dropship.dm
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@
desc = "The cockpit canopy transparency of a UD-4 gunship. Composed of a composite material that matches the hull's radar absorbency while providing protection against glare and sniping lasers."
opacity = FALSE

/obj/structure/shuttle/part/midway/transparent/nosecone
desc = "Part of the nose assembly of the UD-4 Cheyenne. Contains the forward sensor assembly."

/obj/structure/shuttle/part/midway/gunpod_prop
name = "\improper Midway"
desc = "The nose of a UD-4 Cheyenne dropship. Contains the AESA radar system and the chin-mounted powered gunpod containing the GAU-113/B 25mm rotary autocannon with a 900 round drum."
Expand All @@ -242,6 +245,9 @@
desc = "The cockpit canopy transparency of a UD-4 gunship. Composed of a composite material that matches the hull's radar absorbency while providing protection against glare and sniping lasers."
opacity = FALSE

/obj/structure/shuttle/part/cyclone/transparent/nosecone
desc = "Part of the nose assembly of the UD-4 Cheyenne. Contains the forward sensor assembly."

/obj/structure/shuttle/part/cyclone/gunpod_prop
name = "\improper Cyclone"
desc = "The nose of a UD-4 Cheyenne dropship. Contains the AESA radar system and the chin mounted gunpod containing the GAU-11"
Expand All @@ -259,6 +265,9 @@
desc = "The cockpit canopy transparency of a UD-4 gunship. Composed of a composite material that matches the hull's radar absorbency while providing protection against glare and sniping lasers."
opacity = FALSE

/obj/structure/shuttle/part/tornado/transparent/nosecone
desc = "Part of the nose assembly of the UD-4 Cheyenne. Contains the forward sensor assembly."

/obj/structure/shuttle/part/tornado/gunpod_prop
name = "\improper Tornado"
desc = "The nose of a UD-4 Cheyenne dropship. Contains the AESA radar system and the chin mounted gunpod containing the GAU-11"
Expand All @@ -276,6 +285,9 @@
desc = "The cockpit canopy transparency of a UD-4 gunship. Composed of a composite material that matches the hull's radar absorbency while providing protection against glare and sniping lasers."
opacity = FALSE

/obj/structure/shuttle/part/typhoon/transparent/nosecone
desc = "Part of the nose assembly of the UD-4 Cheyenne. Contains the forward sensor assembly."

/obj/structure/shuttle/part/typhoon/gunpod_prop
name = "\improper Typhoon"
desc = "The nose of a UD-4 Cheyenne dropship. Contains the AESA radar system and the chin mounted gunpod containing the GAU-11"
Expand All @@ -293,6 +305,9 @@
desc = "The cockpit canopy transparency of a UD-4 gunship. Composed of a composite material that matches the hull's radar absorbency while providing protection against glare and sniping lasers."
opacity = FALSE

/obj/structure/shuttle/part/tripoli/transparent/nosecone
desc = "Part of the nose assembly of the UD-4 Cheyenne. Contains the forward sensor assembly."

/obj/structure/shuttle/part/tripoli/gunpod_prop
name = "\improper Tripoli"
desc = "The nose of a UD-4 Cheyenne dropship. Contains the AESA radar system and the chin mounted gunpod containing the GAU-11"
Expand Down
4 changes: 2 additions & 2 deletions maps/shuttles/dropship_cyclone.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
},
/area/shuttle/cyclone)
"zL" = (
/obj/structure/shuttle/part/cyclone/transparent{
/obj/structure/shuttle/part/cyclone/transparent/nosecone{
icon_state = "102"
},
/turf/template_noop,
Expand Down Expand Up @@ -576,7 +576,7 @@
/turf/template_noop,
/area/shuttle/cyclone)
"RR" = (
/obj/structure/shuttle/part/cyclone/transparent{
/obj/structure/shuttle/part/cyclone/transparent/nosecone{
icon_state = "100"
},
/turf/template_noop,
Expand Down
4 changes: 2 additions & 2 deletions maps/shuttles/dropship_midway.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
/turf/template_noop,
/area/shuttle/midway)
"go" = (
/obj/structure/shuttle/part/midway/transparent{
/obj/structure/shuttle/part/midway/transparent/nosecone{
icon_state = "102"
},
/turf/template_noop,
Expand Down Expand Up @@ -346,7 +346,7 @@
},
/area/shuttle/midway)
"Cr" = (
/obj/structure/shuttle/part/midway/transparent{
/obj/structure/shuttle/part/midway/transparent/nosecone{
icon_state = "100"
},
/turf/template_noop,
Expand Down
4 changes: 2 additions & 2 deletions maps/shuttles/dropship_tornado.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
},
/area/shuttle/tornado)
"sx" = (
/obj/structure/shuttle/part/tornado/transparent{
/obj/structure/shuttle/part/tornado/transparent/nosecone{
icon_state = "100"
},
/turf/template_noop,
Expand Down Expand Up @@ -534,7 +534,7 @@
},
/area/shuttle/tornado)
"Pi" = (
/obj/structure/shuttle/part/tornado/transparent{
/obj/structure/shuttle/part/tornado/transparent/nosecone{
icon_state = "102"
},
/turf/template_noop,
Expand Down
4 changes: 2 additions & 2 deletions maps/shuttles/dropship_tripoli.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
/turf/template_noop,
/area/shuttle/tripoli)
"wL" = (
/obj/structure/shuttle/part/tripoli{
/obj/structure/shuttle/part/tripoli/transparent/nosecone{
icon_state = "100"
},
/turf/template_noop,
Expand Down Expand Up @@ -459,7 +459,7 @@
/turf/template_noop,
/area/shuttle/tripoli)
"Fq" = (
/obj/structure/shuttle/part/tripoli{
/obj/structure/shuttle/part/tripoli/transparent/nosecone{
icon_state = "102"
},
/turf/template_noop,
Expand Down
8 changes: 3 additions & 5 deletions maps/shuttles/dropship_typhoon.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
},
/area/shuttle/tornado)
"jt" = (
/obj/structure/shuttle/part/typhoon/transparent{
/obj/structure/shuttle/part/typhoon/transparent/nosecone{
icon_state = "102"
},
/turf/template_noop,
Expand Down Expand Up @@ -172,9 +172,7 @@
/turf/template_noop,
/area/shuttle/tornado)
"qa" = (
/obj/structure/shuttle/part/typhoon/transparent{
icon_state = "101"
},
/obj/structure/shuttle/part/typhoon/gunpod_prop,
/turf/template_noop,
/area/shuttle/tornado)
"rb" = (
Expand Down Expand Up @@ -354,7 +352,7 @@
},
/area/shuttle/tornado)
"FO" = (
/obj/structure/shuttle/part/typhoon/transparent{
/obj/structure/shuttle/part/typhoon/transparent/nosecone{
icon_state = "100"
},
/turf/template_noop,
Expand Down

0 comments on commit 0b06517

Please sign in to comment.