From b2119337a009d32b56e47c19a3b42213998f09f3 Mon Sep 17 00:00:00 2001 From: Profakos Date: Fri, 1 Sep 2023 03:08:22 +0200 Subject: [PATCH] Renames the ex interdyne pirate shuttle (#78024) ## About The Pull Request I saw #76676 has staled out and wasn't reopened with the required changes, so I have done it myself, and renamed the map and the template's suffix. ## Why It's Good For The Game Now linux hosts can also experience being raided by angry pharmacists from space. ## Changelog :cl: fix: Ex-Interdyne pirates can now successfully spawn on case sensitive host systems, such as Linux /:cl: --- .../shuttles/{pirate_Interdyne.dmm => pirate_ex_interdyne.dmm} | 0 code/datums/shuttles/pirate.dm | 2 +- code/modules/antagonists/pirate/pirate_gangs.dm | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename _maps/shuttles/{pirate_Interdyne.dmm => pirate_ex_interdyne.dmm} (100%) diff --git a/_maps/shuttles/pirate_Interdyne.dmm b/_maps/shuttles/pirate_ex_interdyne.dmm similarity index 100% rename from _maps/shuttles/pirate_Interdyne.dmm rename to _maps/shuttles/pirate_ex_interdyne.dmm diff --git a/code/datums/shuttles/pirate.dm b/code/datums/shuttles/pirate.dm index 27360a92cf4..c6f94b5684b 100644 --- a/code/datums/shuttles/pirate.dm +++ b/code/datums/shuttles/pirate.dm @@ -15,7 +15,7 @@ name = "pirate ship (Flying Dutchman)" /datum/map_template/shuttle/pirate/interdyne - suffix = "interdyne" + suffix = "ex_interdyne" name = "pirate ship (Pharmaceutics Biocraft)" /datum/map_template/shuttle/pirate/grey diff --git a/code/modules/antagonists/pirate/pirate_gangs.dm b/code/modules/antagonists/pirate/pirate_gangs.dm index 23fbe586d8b..b3b436026b7 100644 --- a/code/modules/antagonists/pirate/pirate_gangs.dm +++ b/code/modules/antagonists/pirate/pirate_gangs.dm @@ -121,7 +121,7 @@ GLOBAL_LIST_INIT(heavy_pirate_gangs, init_pirate_gangs(is_heavy = TRUE)) name = "Expharmacist Unrest" is_heavy_threat = TRUE - ship_template_id = "interdyne" + ship_template_id = "ex_interdyne" ship_name_pool = "interdyne_names" threat_title = "Funding for Research"