From 5decf5a7b314c8961b14cd464b9ec756707b1e4f Mon Sep 17 00:00:00 2001 From: Paul <90473506+pwbokie@users.noreply.github.com> Date: Mon, 6 Jan 2025 02:04:52 -0500 Subject: [PATCH] Give USSP traders the Zvezhan language (#27747) * give commie traders the zvez language * restore other trader types * update to new method of adding language to trader * uncomment other traders --- code/datums/outfits/outfit_admin.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/datums/outfits/outfit_admin.dm b/code/datums/outfits/outfit_admin.dm index 8f5202f1a8c9..bb24e3affe33 100644 --- a/code/datums/outfits/outfit_admin.dm +++ b/code/datums/outfits/outfit_admin.dm @@ -885,6 +885,12 @@ head = /obj/item/clothing/head/ushanka box = /obj/item/storage/box/soviet +/datum/outfit/admin/trader/commie/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) + . = ..() + if(visualsOnly) + return + H.add_language("Zvezhan") + /datum/outfit/admin/trader/unathi name = "Glint-Scales Trader" uniform = /obj/item/clothing/under/rank/cargo/qm