Merge pull request #5396 from KasparoVy/taur_hide_stuff

Allows Tails to Hide Bodyparts, Shoes & Clip Uniforms/Suits
This commit is contained in:
Novacat
2019-08-21 22:15:53 -04:00
committed by GitHub
8 changed files with 63 additions and 11 deletions
+4
View File
@@ -13,3 +13,7 @@
min_broken_damage = o_min_broken_damage
else
return ..()
/obj/item/organ/external/proc/is_hidden_by_tail()
if(owner && owner.tail_style && owner.tail_style.hide_body_parts && (organ_tag in owner.tail_style.hide_body_parts))
return 1