separately colorable shirt and pants (#18234)

This commit is contained in:
RustingWithYou
2024-01-20 03:46:55 +00:00
committed by GitHub
parent 253e388b5b
commit a1e7880835
12 changed files with 55 additions and 3 deletions
+1
View File
@@ -31,6 +31,7 @@
/datum/outfit/admin/ert/kataphract/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
if(H?.w_uniform)
H.w_uniform.color = pick("#42b360", "#b68029", "#5574c2")
H.w_uniform.accent_color = H.w_uniform.color
if(H?.shoes)
var/obj/item/clothing/shoes/magboots/hegemony/boots = new(H)
H.equip_to_slot_if_possible(boots, slot_shoes)