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.
/🆑
This commit is contained in:
lizardqueenlexi
2023-09-05 22:32:04 +02:00
committed by GitHub
parent 85d73e59c3
commit ff480386cd
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,