Outfits objectified (#18611)

* oof

* ugh

* fqewavdf

* 4ryh

---------

Co-authored-by: DreamySkrell <>
This commit is contained in:
DreamySkrell
2024-03-10 11:33:32 +00:00
committed by GitHub
co-authored by DreamySkrell <>
parent 8e1a81f81a
commit 85d27eb1d0
168 changed files with 1342 additions and 1253 deletions
@@ -4,7 +4,7 @@
Under Overlords land on planets are divided between Lords, with the rest of the feudal hierarchy being beneath them. The Clan system is deeply entrenched in Unathi society, \
with everything else revolving around it. It forms a major part of their code of honor, which stresses the importance of martial abilities and loyalty to the Clan. Despite an \
apocalyptic world war that nearly plunged the species into ruin, the Izweski Hegemony has rebounded and is currently working on making the Hegemony a galactic power."
consular_outfit = /datum/outfit/job/representative/consular/izweski
consular_outfit = /obj/outfit/job/representative/consular/izweski
job_species_blacklist = list(
"Consular Officer" = list(
@@ -64,14 +64,14 @@
return rep_objectives
/datum/outfit/job/representative/consular/izweski
/obj/outfit/job/representative/consular/izweski
name = "Izweski Hegemony Consular Officer"
uniform = /obj/item/clothing/under/unathi
backpack_contents = list(/obj/item/device/camera = 1)
belt = /obj/item/gun/energy/pistol/hegemony
/datum/outfit/job/representative/consular/izweski/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
/obj/outfit/job/representative/consular/izweski/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
if(H)
if(isvaurca(H))
H.equip_to_slot_or_del(new /obj/item/clothing/under/gearharness(H), slot_w_uniform)