From aa643865ddde59ebccd4639400c3591d60e9bb76 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Wed, 4 Jun 2014 00:56:17 +0930 Subject: [PATCH] Serithi's request, taj and unathi spawn with sandals. --- code/game/jobs/job_controller.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/game/jobs/job_controller.dm b/code/game/jobs/job_controller.dm index 83603ce838..665d85790e 100644 --- a/code/game/jobs/job_controller.dm +++ b/code/game/jobs/job_controller.dm @@ -424,6 +424,10 @@ var/global/datum/controller/occupations/job_master new /obj/item/weapon/storage/box/survival(BPK) H.equip_to_slot_or_del(BPK, slot_back,1) + //TODO: Generalize this by-species + if(H.species && (H.species.name == "Tajaran" || H.species.name == "Unathi")) + H.equip_to_slot_or_del(new /obj/item/clothing/shoes/sandal(H),slot_shoes,1) + H << "You are the [alt_title ? alt_title : rank]." H << "As the [alt_title ? alt_title : rank] you answer directly to [job.supervisors]. Special circumstances may change this." if(job.req_admin_notify)