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)