mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #1538 from Yoshax/dress
Allows for uniforms to hide shoes with HIDESHOES
This commit is contained in:
@@ -605,7 +605,7 @@ var/global/list/damage_icon_parts = list()
|
||||
if(update_icons) update_icons()
|
||||
|
||||
/mob/living/carbon/human/update_inv_shoes(var/update_icons=1)
|
||||
if(shoes && !(wear_suit && wear_suit.flags_inv & HIDESHOES))
|
||||
if(shoes && !(wear_suit && wear_suit.flags_inv & HIDESHOES) && !(w_uniform && w_uniform.flags_inv & HIDESHOES))
|
||||
|
||||
var/image/standing
|
||||
if(shoes.icon_override)
|
||||
|
||||
Reference in New Issue
Block a user