From 2290deb9d767b42d517b6e576ac204ad379df06f Mon Sep 17 00:00:00 2001 From: Detective Google <48196179+Detective-Google@users.noreply.github.com> Date: Fri, 1 May 2020 22:23:19 -0500 Subject: [PATCH] fixes snowlegion portals dropping proper legions instead of skeles --- code/game/objects/structures/icemoon/cave_entrance.dm | 2 +- .../mob/living/simple_animal/hostile/mining_mobs/hivelord.dm | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/code/game/objects/structures/icemoon/cave_entrance.dm b/code/game/objects/structures/icemoon/cave_entrance.dm index a713838c92..2f3bb23261 100644 --- a/code/game/objects/structures/icemoon/cave_entrance.dm +++ b/code/game/objects/structures/icemoon/cave_entrance.dm @@ -96,7 +96,7 @@ GLOBAL_LIST_INIT(ore_probability, list(/obj/item/stack/ore/uranium = 50, mob_types = list(/mob/living/simple_animal/hostile/asteroid/ice_whelp) /obj/structure/spawner/ice_moon/demonic_portal/snowlegion - mob_types = list(/mob/living/simple_animal/hostile/asteroid/hivelord/legion/snow) + mob_types = list(/mob/living/simple_animal/hostile/asteroid/hivelord/legion/snow/tendril) /obj/effect/collapsing_demonic_portal name = "collapsing demonic portal" diff --git a/code/modules/mob/living/simple_animal/hostile/mining_mobs/hivelord.dm b/code/modules/mob/living/simple_animal/hostile/mining_mobs/hivelord.dm index 4ec11e9b83..a7ce559d35 100644 --- a/code/modules/mob/living/simple_animal/hostile/mining_mobs/hivelord.dm +++ b/code/modules/mob/living/simple_animal/hostile/mining_mobs/hivelord.dm @@ -438,6 +438,9 @@ loot = list(/obj/item/organ/regenerative_core/legion) brood_type = /mob/living/simple_animal/hostile/asteroid/hivelordbrood/legion/snow +/mob/living/simple_animal/hostile/asteroid/hivelord/legion/snow/tendril + fromtendril = TRUE + // Snow Legion skull /mob/living/simple_animal/hostile/asteroid/hivelordbrood/legion/snow name = "snow legion"