mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user