mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 15:15:32 +01:00
Fix a small runtime in rig dropped (#16497)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user