Skip to content

Commit

Permalink
Update mobs.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Blundir committed Sep 26, 2024
1 parent d25fa60 commit fc9079b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__DEFINES/mobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@

GLOBAL_LIST_INIT(default_onmob_icons, list(
WEAR_L_HAND = 'icons/mob/humans/onmob/inhands/items/items_lefthand_64.dmi',
WEAR_L_HAND = 'icons/mob/humans/onmob/inhands/items/items_righthand_64.dmi',
WEAR_R_HAND = 'icons/mob/humans/onmob/inhands/items/items_righthand_64.dmi',
WEAR_WAIST = 'icons/mob/humans/onmob/clothing/belts/belts.dmi',
WEAR_BACK = 'icons/mob/humans/onmob/clothing/back/backpacks.dmi',
WEAR_L_EAR = 'icons/mob/humans/onmob/ears.dmi',
Expand Down

0 comments on commit fc9079b

Please sign in to comment.