mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
[NO GBP] adds axolotl inhand sprites (#70290)
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
icon_living = "mothroach"
|
||||
icon_dead = "mothroach_dead"
|
||||
held_state = "mothroach"
|
||||
held_lh = 'icons/mob/inhands/animal_item_lh.dmi'
|
||||
held_rh = 'icons/mob/inhands/animal_item_rh.dmi'
|
||||
held_lh = 'icons/mob/inhands/animal_item_lefthand.dmi'
|
||||
held_rh = 'icons/mob/inhands/animal_item_righthand.dmi'
|
||||
head_icon = 'icons/mob/clothing/head/animal_item_head.dmi'
|
||||
butcher_results = list(/obj/item/food/meat/slab/mothroach = 3, /obj/item/stack/sheet/animalhide/mothroach = 1)
|
||||
mob_biotypes = MOB_ORGANIC|MOB_BUG
|
||||
|
||||
@@ -23,6 +23,8 @@
|
||||
can_be_held = TRUE
|
||||
held_w_class = WEIGHT_CLASS_TINY
|
||||
worn_slot_flags = ITEM_SLOT_HEAD
|
||||
held_lh = 'icons/mob/inhands/animal_item_lefthand.dmi'
|
||||
held_rh = 'icons/mob/inhands/animal_item_righthand.dmi'
|
||||
head_icon = 'icons/mob/clothing/head/animal_item_head.dmi'
|
||||
|
||||
/mob/living/simple_animal/axolotl/Initialize(mapload)
|
||||
|
||||
Reference in New Issue
Block a user