From e6fbd667a10c1783a65321cd3fec0441093b935a Mon Sep 17 00:00:00 2001 From: fernerr <35879136+fernerr@users.noreply.github.com> Date: Fri, 9 Oct 2020 15:55:32 +0200 Subject: [PATCH] Fixes Ives being spawned from gold slime reactions (#10217) --- code/modules/reagents/Chemistry-Recipes.dm | 1 + html/changelogs/Ferner-201009-bugfix_ives.yml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 html/changelogs/Ferner-201009-bugfix_ives.yml diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index cff524e7c70..567395afa4f 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -1333,6 +1333,7 @@ /mob/living/simple_animal/hostile/commanded/dog/columbo, /mob/living/simple_animal/hostile/commanded/dog/pug, /mob/living/simple_animal/hostile/commanded/bear, + /mob/living/simple_animal/hostile/commanded/baby_harvester, /mob/living/simple_animal/hostile/greatworm, /mob/living/simple_animal/hostile/lesserworm, /mob/living/simple_animal/hostile/greatwormking, diff --git a/html/changelogs/Ferner-201009-bugfix_ives.yml b/html/changelogs/Ferner-201009-bugfix_ives.yml new file mode 100644 index 00000000000..dc6fdbb4020 --- /dev/null +++ b/html/changelogs/Ferner-201009-bugfix_ives.yml @@ -0,0 +1,4 @@ +author: Ferner +delete-after: True +changes: + - bugfix: "Ives can no longer be summoned with a gold slime reaction." \ No newline at end of file