Skip to content

Commit

Permalink
mobility kick
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsar-Salat committed Aug 3, 2024
1 parent dca9850 commit 58d0ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/update_icons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ There are several things that need to be remembered:
var/atom/movable/screen/inventory/inv = hud_used.inv_slots[TOBITSHIFT(ITEM_SLOT_GLOVES) + 1]
inv.update_appearance()

if(!gloves && blood_in_hands && (get_num_arms(FALSE) > 0))
if(!gloves && blood_in_hands && (num_hands > 0))
var/mutable_appearance/bloody_overlay = mutable_appearance('icons/effects/blood.dmi', "bloodyhands", -GLOVES_LAYER)
if(num_hands < 2)
if(has_left_hand(FALSE))
Expand Down

0 comments on commit 58d0ae4

Please sign in to comment.