Skip to content

Commit

Permalink
Merge pull request #350 from She-Is-Trying-To-Form-Her-First-Thought/…
Browse files Browse the repository at this point in the history
…your-stock-is-dangerously-low

fixes black market smuggler
  • Loading branch information
Ephemeralis authored Jan 14, 2025
2 parents c7daa77 + efa2747 commit a68a783
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit a68a783

Please sign in to comment.