From 07a53814ec79b5cbb02aa27cedd91ff115876cf3 Mon Sep 17 00:00:00 2001 From: CacheAtWork <133615617+CacheAtWork@users.noreply.github.com> Date: Mon, 26 Jun 2023 06:21:58 +0100 Subject: [PATCH 1/2] Update and rename deathclaw to deathclaw.dm --- .../simple_animal/hostile/retaliate/{deathclaw => deathclaw.dm} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename code/modules/mob/living/simple_animal/hostile/retaliate/{deathclaw => deathclaw.dm} (99%) 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 99% 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..cc7775604dc 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 From 6dd68f7952a50eddfa975d1ad1b51f8445fe925a Mon Sep 17 00:00:00 2001 From: CacheAtWork <133615617+CacheAtWork@users.noreply.github.com> Date: Mon, 26 Jun 2023 06:24:01 +0100 Subject: [PATCH 2/2] Update deathclaw.dm --- .../mob/living/simple_animal/hostile/retaliate/deathclaw.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/retaliate/deathclaw.dm b/code/modules/mob/living/simple_animal/hostile/retaliate/deathclaw.dm index cc7775604dc..12982ae7399 100644 --- a/code/modules/mob/living/simple_animal/hostile/retaliate/deathclaw.dm +++ b/code/modules/mob/living/simple_animal/hostile/retaliate/deathclaw.dm @@ -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.")