From 88cb3b27fa257525bba965aac7476f79dafbc237 Mon Sep 17 00:00:00 2001 From: RustingWithYou Date: Thu, 31 Aug 2023 18:15:05 +1200 Subject: [PATCH] fighter -> gunship --- .../dominian_unathi_privateer.dm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/maps/away/ships/dominia/dominian_unathi_privateer/dominian_unathi_privateer.dm b/maps/away/ships/dominia/dominian_unathi_privateer/dominian_unathi_privateer.dm index f6b94692d55..4ee2dd54030 100644 --- a/maps/away/ships/dominia/dominian_unathi_privateer/dominian_unathi_privateer.dm +++ b/maps/away/ships/dominia/dominian_unathi_privateer/dominian_unathi_privateer.dm @@ -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", @@ -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") @@ -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"