Skip to content

Commit

Permalink
fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
KoishiVibe committed Sep 5, 2024
1 parent 8e66c08 commit b7a4279
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/modules/shuttle/dropship.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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

0 comments on commit b7a4279

Please sign in to comment.