Files
Bubberstation/code/game/objects
Sneeker134 7a404e8de9 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.
/🆑
2023-04-13 21:56:09 -06:00
..
2023-04-13 00:06:47 +01:00
2023-04-13 00:06:47 +01:00
2023-02-12 00:04:44 +01:00