mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
Merge pull request #5396 from KasparoVy/taur_hide_stuff
Allows Tails to Hide Bodyparts, Shoes & Clip Uniforms/Suits
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user