Skip to content

Commit

Permalink
Give USSP traders the Zvezhan language (#27747)
Browse files Browse the repository at this point in the history
* give commie traders the zvez language

* restore other trader types

* update to new method of adding language to trader

* uncomment other traders
  • Loading branch information
pwbokie authored Jan 6, 2025
1 parent 5229d13 commit 5decf5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/datums/outfits/outfit_admin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5decf5a

Please sign in to comment.