Files
Bubberstation/code/game
SkyratBot 168c9e4e8a [MIRROR] Fixes bluespace bodybag duping [MDB IGNORE] (#22693)
* Fixes bluespace bodybag duping (#77067)

## About The Pull Request

Folded bluespace bodybags had no prior checks to see if the person
picking the item up was the one inside of the bag. This naturally broke
things, because BYOND doesn't like it when you have an infinite cycle of
locs, so it refuses to move the folded bluespace item onto your mob.
This then leads to the bluespace bodybag duping bug, as the item is
still in your hand even though it really isn't.
## Why It's Good For The Game

Fixes #44902
## Changelog
🆑
fix: Fixed a rare bug that let you spam bluespace bodybags everywhere.
/🆑

* Fixes bluespace bodybag duping

---------

Co-authored-by: distributivgesetz <distributivgesetz93@gmail.com>
2023-07-26 08:37:12 +00:00
..