From fa348a2a7aa8aa1a8b774b90910ff8be209e8068 Mon Sep 17 00:00:00 2001 From: Alberyk Date: Thu, 1 Oct 2020 01:44:52 -0300 Subject: [PATCH] Nerfs Summon Creature Swarm (#10098) --- .../spells/spell_list/self/conjure/summon_demon_creature.dm | 4 ++-- html/changelogs/alberyk-creaturenerf.yml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/alberyk-creaturenerf.yml diff --git a/code/modules/spell_system/spells/spell_list/self/conjure/summon_demon_creature.dm b/code/modules/spell_system/spells/spell_list/self/conjure/summon_demon_creature.dm index 9c431137521..e266201bdcf 100644 --- a/code/modules/spell_system/spells/spell_list/self/conjure/summon_demon_creature.dm +++ b/code/modules/spell_system/spells/spell_list/self/conjure/summon_demon_creature.dm @@ -1,5 +1,5 @@ /spell/aoe_turf/conjure/creature - name = "Summon Creature Swarm" + name = "Summon Creature" desc = "This spell tears the fabric of reality, allowing horrific daemons to spill forth." cast_sound = 'sound/magic/Summon_Karp.ogg' school = "conjuration" @@ -7,7 +7,7 @@ spell_flags = 0 invocation = "IA IA" invocation_type = SpI_SHOUT - summon_amt = 10 + summon_amt = 2 range = 3 summon_type = list(/mob/living/simple_animal/hostile/creature) diff --git a/html/changelogs/alberyk-creaturenerf.yml b/html/changelogs/alberyk-creaturenerf.yml new file mode 100644 index 00000000000..83ebec33d95 --- /dev/null +++ b/html/changelogs/alberyk-creaturenerf.yml @@ -0,0 +1,6 @@ +author: Alberyk + +delete-after: True + +changes: + - tweak: "Summon creature swarm should no longer summon ten mobs, it will only spawn two now."