From 4e8a8dbebd896b35161aab591ab4f3c0863f358f Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Mon, 27 Apr 2020 02:55:11 -0700 Subject: [PATCH] Update items.dm --- code/game/objects/items.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items.dm b/code/game/objects/items.dm index 686018e06d..9cb03c6a85 100644 --- a/code/game/objects/items.dm +++ b/code/game/objects/items.dm @@ -393,7 +393,7 @@ GLOBAL_VAR_INIT(rpg_loot_items, FALSE) qdel(src) item_flags &= ~IN_INVENTORY if(SEND_SIGNAL(src, COMSIG_ITEM_DROPPED,user) & COMPONENT_DROPPED_RELOCATION) - return ITEM_RELOCATED_BY_DROPPED + . = ITEM_RELOCATED_BY_DROPPED user.update_equipment_speed_mods() // called just as an item is picked up (loc is not yet changed)