mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-09 07:49:09 +00:00
## 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. /🆑