Skip to content

Commit

Permalink
more bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KoishiVibe committed Aug 29, 2024
1 parent 3c09ada commit a4e045c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
7 changes: 7 additions & 0 deletions code/modules/shuttle/dropship.dm
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,13 @@
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/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"
icon = 'icons/turf/dropship3.dmi'
icon_state = "101a"
opacity = TRUE

/obj/structure/shuttle/part/tripoli
name = "\improper Tripoli"
icon = 'icons/turf/dropship.dmi'
Expand Down
8 changes: 1 addition & 7 deletions maps/shuttles/dropship_midway.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,6 @@
},
/area/shuttle/midway)
"tf" = (
/obj/structure/machinery/cm_vending/sorted/medical/wall_med{
pixel_y = 26;
pixel_x = -10
},
/turf/closed/shuttle/midway/transparent{
icon_state = "97a"
},
Expand Down Expand Up @@ -528,9 +524,7 @@
},
/area/shuttle/midway)
"LY" = (
/obj/structure/shuttle/part/midway/transparent{
icon_state = "101"
},
/obj/structure/shuttle/part/midway/gunpod_prop,
/turf/template_noop,
/area/shuttle/midway)
"LZ" = (
Expand Down
4 changes: 1 addition & 3 deletions maps/shuttles/dropship_tornado.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,7 @@
},
/area/shuttle/tornado)
"hE" = (
/obj/structure/shuttle/part/tornado/transparent{
icon_state = "101"
},
/obj/structure/shuttle/part/tornado/gunpod_prop,
/turf/template_noop,
/area/shuttle/tornado)
"jP" = (
Expand Down
4 changes: 1 addition & 3 deletions maps/shuttles/dropship_tripoli.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,7 @@
/turf/template_noop,
/area/shuttle/tripoli)
"yF" = (
/obj/structure/shuttle/part/tripoli{
icon_state = "101"
},
/obj/structure/shuttle/part/tripoli/gunpod_prop,
/turf/template_noop,
/area/shuttle/tripoli)
"zt" = (
Expand Down

0 comments on commit a4e045c

Please sign in to comment.