mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user