mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user