[MIRROR] Fix a small runtime in actions when dropping rigs (#9271)

Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2024-10-20 10:39:17 -07:00
committed by GitHub
parent 21d9525e0e
commit 608075a2ae
4 changed files with 4 additions and 4 deletions

View File

@@ -350,7 +350,7 @@
var/obj/item/rig_module/gauntlets/storing_module
/obj/item/kinetic_crusher/machete/gauntlets/rig/dropped(mob/user)
. = ..()
. = ..(user)
if(storing_module)
src.forceMove(storing_module)
storing_module.stored_gauntlets = src