Tajaran and Unathi shoes

Stops Tajarans and Unathi from wearing sandals if they are a cyborg (no
feet) or a clown (clowns have large shoes)
This commit is contained in:
Regory
2014-08-09 18:41:40 -04:00
parent 7ac1d76f80
commit c497d8e1a9
@@ -11,6 +11,8 @@
M.generate_name()
if( M.species.name=="Tajaran" || M.species.name=="Unathi" )
if(M.mind.assigned_role == "Cyborg" || M.mind.assigned_role == "Clown")
return //Cyborgs don't wear shoes. Clown shoes are large.
M.equip_to_slot_or_del(new /obj/item/clothing/shoes/sandal(M), slot_shoes)
/proc/EquipCustomItems(mob/living/carbon/human/M)