mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
[MIRROR] Cleans up update_icons, makes the update_icon_updates_onmob element bespoke, updates CODEOWNERS [MDB IGNORE] (#15673)
* Cleans up update_icons, makes the update_icon_updates_onmob element bespoke, updates CODEOWNERS * Update CODEOWNERS * Cleans up update_icons, makes the update_icon_updates_onmob element bespoke Co-authored-by: Kapu1178 <75460809+Kapu1178@users.noreply.github.com> Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com> Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
This commit is contained in:
co-authored by
Kapu1178
Zonespace
Tom
parent
df543c36f1
commit
70b4a01a17
@@ -205,19 +205,19 @@
|
||||
part.alternate_worn_layer = mod_parts[part]
|
||||
if(part == boots)
|
||||
boots.icon_state = "[skin]-boots[seal ? "-sealed" : ""]"
|
||||
wearer.update_inv_shoes()
|
||||
wearer.update_worn_shoes()
|
||||
if(part == gauntlets)
|
||||
gauntlets.icon_state = "[skin]-gauntlets[seal ? "-sealed" : ""]"
|
||||
wearer.update_inv_gloves()
|
||||
wearer.update_worn_gloves()
|
||||
if(part == chestplate)
|
||||
chestplate.icon_state = "[skin]-chestplate[seal ? "-sealed" : ""]"
|
||||
wearer.update_inv_wear_suit()
|
||||
wearer.update_inv_w_uniform()
|
||||
wearer.update_worn_oversuit()
|
||||
wearer.update_worn_undersuit()
|
||||
if(part == helmet)
|
||||
helmet.icon_state = "[skin]-helmet[seal ? "-sealed" : ""]"
|
||||
wearer.update_inv_head()
|
||||
wearer.update_inv_wear_mask()
|
||||
wearer.update_inv_glasses()
|
||||
wearer.update_worn_head()
|
||||
wearer.update_worn_mask()
|
||||
wearer.update_worn_glasses()
|
||||
wearer.update_hair()
|
||||
|
||||
/// Finishes the suit's activation, starts processing
|
||||
|
||||
Reference in New Issue
Block a user