Files
Bubberstation/code/modules/mob
san7890 dfb3a1f5ba Slimes can only reproduce out in the open (#79552)
## About The Pull Request

Fixes #79296

This code was a bit wack since we used `drop_location()` instead of
checking if we even had a valid turf to jump to, so slimes would spawn
directly on a turf above the pipe. This has been changed to see our
`loc` is actually a valid turf before we continue on in the verb.

Also this code was really fuckin' old so I just did a bunch of early
returns in the area to make it just a little bit easier to bear when
some poor sod has to refactor all of this into the basic framework.
## Why It's Good For The Game

Bug: Fixed  
Code: Improved  
Issue Tracker: One Less Thing  
## Changelog
🆑
fix: Slimes now need to be on an open turf to reproduce and split into
more slimy slimes, instead of getting away with using phasing powers in
pipes.
/🆑
2023-11-07 01:12:26 -05:00
..
2023-10-11 16:58:29 -06:00
2023-10-17 13:07:31 -06:00
2023-11-03 22:39:33 +00:00