From a4fdeed346143c91122a2ad2fc94bb33bda1e411 Mon Sep 17 00:00:00 2001 From: KoishiVibe <111302138+KoishiVibe@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:27:00 -0500 Subject: [PATCH] Fixes Dropship Gun Prop Opacity (#437) Co-authored-by: KoishiVibe --- code/modules/shuttle/dropship.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/shuttle/dropship.dm b/code/modules/shuttle/dropship.dm index 02b225d917..c4d34fe7cf 100644 --- a/code/modules/shuttle/dropship.dm +++ b/code/modules/shuttle/dropship.dm @@ -233,7 +233,7 @@ 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/dropship4.dmi' icon_state = "101a" - opacity = TRUE + opacity = FALSE /obj/structure/shuttle/part/cyclone name = "\improper Cyclone" @@ -253,7 +253,7 @@ 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 + opacity = FALSE /obj/structure/shuttle/part/tornado name = "\improper Tornado" @@ -273,7 +273,7 @@ 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 + opacity = FALSE /obj/structure/shuttle/part/typhoon name = "\improper Typhoon" @@ -293,7 +293,7 @@ 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 + opacity = FALSE /obj/structure/shuttle/part/tripoli name = "\improper Tripoli" @@ -313,4 +313,4 @@ 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 + opacity = FALSE