Files
Bubberstation/code/game/objects
SkyratBot 06fcf9d4ec [MIRROR] Monkeys no longer drop items taken from storage onto the ground. [MDB IGNORE] (#20541)
* Monkeys no longer drop items taken from storage onto the ground. (#74689)

Fixes #74313.

## About The Pull Request

During a refactor to storage in #73761 , they forgot to add a check to
loc.atom_storage in attack_paw to mirror the check made in attack_hand.
This meant that monkeys and other mobs that used attack_paw always
dropped items taken from storage onto the ground. Now, the code to check
if they should go into your hand instead is properly checked.

## Why It's Good For The Game

Bugs are bad mkay

## Changelog

🆑
fix: Monkeys and some other mobs no longer drop items they've grabbed
from storage onto the ground.
/🆑

* Monkeys no longer drop items taken from storage onto the ground.

---------

Co-authored-by: Sneeker134 <53362182+Sneeker134@users.noreply.github.com>
2023-04-14 14:17:16 +01:00
..