From 616570725b6851e5cdbe6429accdc2f15d4d8974 Mon Sep 17 00:00:00 2001 From: KoishiVibe <111302138+KoishiVibe@users.noreply.github.com> Date: Thu, 29 Aug 2024 15:07:52 -0500 Subject: [PATCH] fixes some oversights --- code/modules/shuttle/dropship.dm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/code/modules/shuttle/dropship.dm b/code/modules/shuttle/dropship.dm index a8a9bd5e0e..02b225d917 100644 --- a/code/modules/shuttle/dropship.dm +++ b/code/modules/shuttle/dropship.dm @@ -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" @@ -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 @@ -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 @@ -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 @@ -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