Files
Bubberstation/code/modules/mob
SkyratBot 9d999f405d [MIRROR] Fixes inhand holder jank separating pAIs holoforms from their shells. (#6862)
* Fixes inhand holder jank separating pAIs holoforms from their shells. (#60153)

Title. This was caused by a release() being called twice because of a dropItemToGround() call in the middle of it...
release() --> dropItemToGround() --> dropped() --> release(), got it?

Fixes #47825
(Start being scooped.
Be in someones hands as holoform.
Click: toggle holoform.
2 pAIs???)

* Fixes inhand holder jank separating pAIs holoforms from their shells.

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
2021-07-12 21:47:15 +01:00
..