[NO GBP] Fixing a small issue with chasm fishing (#78111)

## About The Pull Request
The default spawnables from chasms are spawned on top of the chasm
rather than on the user's turf, and that can be an issue.

## Why It's Good For The Game
This will fix #77982.

## Changelog

🆑
fix: fixed fishing skeleton mob spawners that immediately crumble back
into the void of whatever chasm you fished them from.
/🆑
This commit is contained in:
Ghom
2023-09-04 17:21:02 +01:00
committed by GitHub
parent 5137bfd61a
commit 7f25d8d47e
3 changed files with 8 additions and 6 deletions
@@ -2,6 +2,8 @@
//corpses that only differentiate themselves by representing a species
/obj/effect/mob_spawn/corpse/human/skeleton
//these are also fished in chasms so it wouldn't hurt giving them an apter name than "mob spawner"
name = "skeleton"
mob_species = /datum/species/skeleton
/obj/effect/mob_spawn/corpse/human/zombie