Skip to content

Commit

Permalink
fighter -> gunship
Browse files Browse the repository at this point in the history
  • Loading branch information
RustingWithYou committed Aug 31, 2023
1 parent 447047e commit 88cb3b2
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
vessel_size = SHIP_SIZE_SMALL
invisible_until_ghostrole_spawn = TRUE
initial_restricted_waypoints = list(
"Kazhkz Fighter" = list("nav_hangar_kazhkz")
"Kazhkz Gunship" = list("nav_hangar_kazhkz")
)
initial_generic_waypoints = list(
"nav_dominian_unathi_1",
Expand Down Expand Up @@ -71,11 +71,11 @@

//Shuttle
/obj/effect/overmap/visitable/ship/landable/dominian_unathi_shuttle
name = "Kazhkz Fighter"
name = "Kazhkz Gunship"
class = "ICV"
designation = "Dagger"
desc = "The Lanying-class fighter is often seen in the ranks of the Imperial Fleet - a larger-than-normal fighter craft, capable of carrying a boarding party of up to five soldiers, and equipped with a rotary cannon. This one's transponder does not mark it as an Imperial vessel, however."
shuttle = "Kazhkz Fighter"
desc = "The Lanying-class gunshp is often seen in the ranks of the Imperial Fleet - a small gunship craft, capable of carrying a boarding party of up to five soldiers, and equipped with a rotary cannon. This one's transponder does not mark it as an Imperial vessel, however."
shuttle = "Kazhkz Gunship"
icon_state = "shuttle"
moving_state = "shuttle_moving"
colors = list("#e67f09", "#fcf9f5")
Expand All @@ -87,11 +87,11 @@

/obj/machinery/computer/shuttle_control/explore/dominian_unathi_shuttle
name = "shuttle control console"
shuttle_tag = "Kazhkz Fighter"
shuttle_tag = "Kazhkz Gunship"
req_access = list(access_imperial_fleet_voidsman_ship)

/datum/shuttle/autodock/overmap/dominian_unathi_shuttle
name = "Kazhkz Fighter"
name = "Kazhkz Gunship"
move_time = 20
shuttle_area = list(/area/shuttle/dominian_unathi)
current_location = "nav_hangar_kazhkz"
Expand Down

0 comments on commit 88cb3b2

Please sign in to comment.