[MIRROR] Fixed snow legion corpse spawning. [MDB IGNORE] (#23540)

* Fixed snow legion corpse spawning. (#78147)

## About The Pull Request

Resolves #77973

Due to a pair of oversights, snow legions erroneously drop two corpses
when killed, and both of these corpses use the spawnlists for Lavaland
legions. The duplicate has been removed, and the snow legion corpse
spawner is no longer a subtype of the regular one - which was causing
the issue. Now the new corpses will actually spawn.
## Why It's Good For The Game

Makes #76898 actually work.
## Changelog
🆑
fix: Snow legions now drop only one corpse, and no longer drop Lavaland
corpses.
/🆑

* Fixed snow legion corpse spawning.

---------

Co-authored-by: lizardqueenlexi <105025397+lizardqueenlexi@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-09-06 06:51:55 -04:00
committed by GitHub
co-authored by lizardqueenlexi
parent 0943cb677b
commit 01f6c1c268
2 changed files with 2 additions and 4 deletions
@@ -59,7 +59,7 @@
outfit = /datum/outfit/consumed_shadowperson
. = ..()
/obj/effect/mob_spawn/corpse/human/legioninfested/snow/Initialize(mapload)
/obj/effect/mob_spawn/corpse/human/snowlegioninfested/Initialize(mapload)
var/corpse_theme = pick_weight(list(
"Miner" = 64,
"Clown" = 5,