Skip to content

Commit

Permalink
fixes some oversights
Browse files Browse the repository at this point in the history
  • Loading branch information
KoishiVibe committed Aug 29, 2024
1 parent 9a4ecd8 commit 6165707
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions code/modules/shuttle/dropship.dm
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
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."
desc = "Part of the nose assembly of the UD-4 Cheyenne. Contains the forward sensor complex."

/obj/structure/shuttle/part/midway/gunpod_prop
name = "\improper Midway"
Expand All @@ -246,11 +246,11 @@
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."
desc = "Part of the nose assembly of the UD-4 Cheyenne. Contains the forward sensor complex."

/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"
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."
icon = 'icons/turf/dropship2.dmi'
icon_state = "101a"
opacity = TRUE
Expand All @@ -266,11 +266,11 @@
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."
desc = "Part of the nose assembly of the UD-4 Cheyenne. Contains the forward sensor complex."

/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"
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."
icon = 'icons/turf/dropship3.dmi'
icon_state = "101a"
opacity = TRUE
Expand All @@ -286,11 +286,11 @@
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."
desc = "Part of the nose assembly of the UD-4 Cheyenne. Contains the forward sensor complex."

/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"
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."
icon = 'icons/turf/dropship3.dmi'
icon_state = "101a"
opacity = TRUE
Expand All @@ -306,11 +306,11 @@
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."
desc = "Part of the nose assembly of the UD-4 Cheyenne. Contains the forward sensor complex."

/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"
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."
icon = 'icons/turf/dropship.dmi'
icon_state = "101a"
opacity = TRUE

0 comments on commit 6165707

Please sign in to comment.