mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user