From efa2747f9dffa6e53f7ebbb18cd5f3be9a3cf4fd Mon Sep 17 00:00:00 2001 From: Paxilmaniac Date: Mon, 13 Jan 2025 22:34:33 -0600 Subject: [PATCH] car --- .../underworld_connections/underworld_connections_quirk.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modular_doppler/underworld_connections/underworld_connections_quirk.dm b/modular_doppler/underworld_connections/underworld_connections_quirk.dm index 6658ef69c0463..dad7a52afe6aa 100644 --- a/modular_doppler/underworld_connections/underworld_connections_quirk.dm +++ b/modular_doppler/underworld_connections/underworld_connections_quirk.dm @@ -101,7 +101,7 @@ GLOBAL_LIST_INIT(possible_uplink_skins, list( if (!..()) return FALSE - return "Underworld Connections" in preferences.all_quirks + return "Black Market Smuggler" in preferences.all_quirks /datum/preference/choiced/uplink_skin/apply_to_human(mob/living/carbon/human/target, value) return @@ -117,7 +117,7 @@ GLOBAL_LIST_INIT(possible_uplink_skins, list( if (!..()) return FALSE - return "Underworld Connections" in preferences.all_quirks + return "Black Market Smuggler" in preferences.all_quirks /datum/preference/text/uplink_name/serialize(input) return htmlrendertext(input) @@ -135,7 +135,7 @@ GLOBAL_LIST_INIT(possible_uplink_skins, list( if (!..()) return FALSE - return "Underworld Connections" in preferences.all_quirks + return "Black Market Smuggler" in preferences.all_quirks /datum/preference/text/uplink_desc/serialize(input) return htmlrendertext(input)