diff --git a/code/game/objects/mob_spawner_chomp.dm b/code/game/objects/mob_spawner_chomp.dm index 7a0a1913a3..9e1b9f2bc8 100644 --- a/code/game/objects/mob_spawner_chomp.dm +++ b/code/game/objects/mob_spawner_chomp.dm @@ -16,7 +16,7 @@ /mob/living/simple_animal/hostile/scarybat = 70, /mob/living/simple_animal/hostile/jelly = 25, /mob/living/simple_animal/hostile/bear = 1, - /mob/living/simple_animal/hostile/deathclaw = 1, + /mob/living/simple_animal/hostile/deathclaw/minor = 1, /mob/living/simple_animal/hostile/goose = 60, /mob/living/simple_animal/retaliate/bee = 50, /mob/living/simple_animal/hostile/metroid/mine = 20, @@ -34,4 +34,4 @@ total_spawns-- if(mob_faction) L.faction = mob_faction - return L \ No newline at end of file + return L