Fix a small runtime in rig dropped (#16497)

This commit is contained in:
ShadowLarkens
2024-10-20 09:05:23 -07:00
committed by GitHub
parent bcc107c7cd
commit ee2a9901a6
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -349,7 +349,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