diff --git a/code/modules/mob/living/basic/vermin/lizard.dm b/code/modules/mob/living/basic/vermin/lizard.dm index 4038e848692..ab73224c6ac 100644 --- a/code/modules/mob/living/basic/vermin/lizard.dm +++ b/code/modules/mob/living/basic/vermin/lizard.dm @@ -33,6 +33,11 @@ obj_damage = 0 environment_smash = ENVIRONMENT_SMASH_NONE can_be_held = TRUE + held_w_class = WEIGHT_CLASS_TINY + held_lh = 'icons/mob/inhands/animal_item_lefthand.dmi' + held_rh = 'icons/mob/inhands/animal_item_righthand.dmi' + worn_slot_flags = ITEM_SLOT_HEAD + head_icon = 'icons/mob/clothing/head/pets_head.dmi' ai_controller = /datum/ai_controller/basic_controller/lizard /// Typecache of things that we seek out to eat. Yummy. diff --git a/icons/mob/clothing/head/pets_head.dmi b/icons/mob/clothing/head/pets_head.dmi index 19ce9ec4675..0f1e089c164 100644 Binary files a/icons/mob/clothing/head/pets_head.dmi and b/icons/mob/clothing/head/pets_head.dmi differ diff --git a/icons/mob/inhands/animal_item_lefthand.dmi b/icons/mob/inhands/animal_item_lefthand.dmi index 7dbb3ebb43c..912f53a02e9 100644 Binary files a/icons/mob/inhands/animal_item_lefthand.dmi and b/icons/mob/inhands/animal_item_lefthand.dmi differ diff --git a/icons/mob/inhands/animal_item_righthand.dmi b/icons/mob/inhands/animal_item_righthand.dmi index 13dea9791da..98ca1ddea2c 100644 Binary files a/icons/mob/inhands/animal_item_righthand.dmi and b/icons/mob/inhands/animal_item_righthand.dmi differ