Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions code/modules/mob/living/inhand_holder.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
. = ..()
if(weight > MOB_SIZE_SMALL)
w_class = weight + 2 // rough conversion
if(clothing_layer)
alternate_worn_layer = clothing_layer
if(held_icon)
mob_overlay_icon = held_icon
if(worn_state)
item_state = worn_state
if(lh_icon)
lefthand_file = lh_icon
if(rh_icon)
Expand Down