diff --git a/code/modules/mob/living/simple_animal/hostile/retaliate/deathclaw b/code/modules/mob/living/simple_animal/hostile/retaliate/deathclaw.dm similarity index 98% rename from code/modules/mob/living/simple_animal/hostile/retaliate/deathclaw rename to code/modules/mob/living/simple_animal/hostile/retaliate/deathclaw.dm index bbcf173a87a..12982ae7399 100644 --- a/code/modules/mob/living/simple_animal/hostile/retaliate/deathclaw +++ b/code/modules/mob/living/simple_animal/hostile/retaliate/deathclaw.dm @@ -42,7 +42,7 @@ response_harm_simple = "hits" attack_verb_simple = "claws" attack_sound = 'sound/weapons/bladeslice.ogg' - faction = list("deathclaw") + faction = list("neutral") gold_core_spawnable = HOSTILE_SPAWN //var/charging = FALSE move_resist = MOVE_FORCE_OVERPOWERING @@ -149,7 +149,7 @@ color = rgb(95,104,94) color_mad = rgb(113, 105, 100) var/egg_type = /obj/item/reagent_containers/food/snacks/f13/deathclawegg - var/food_type = /obj/item/reagent_containers/food/snacks/meat + var/food_type = /obj/item/reagent_containers/food/snacks/meat/slab var/eggsleft = 0 var/eggsFertile = TRUE var/list/feedMessages = list("It rips the meat from your grasp.","It glares at you as it swallows the meat whole.")