Update items.dm
This commit is contained in:
@@ -393,7 +393,7 @@ GLOBAL_VAR_INIT(rpg_loot_items, FALSE)
|
|||||||
qdel(src)
|
qdel(src)
|
||||||
item_flags &= ~IN_INVENTORY
|
item_flags &= ~IN_INVENTORY
|
||||||
if(SEND_SIGNAL(src, COMSIG_ITEM_DROPPED,user) & COMPONENT_DROPPED_RELOCATION)
|
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()
|
user.update_equipment_speed_mods()
|
||||||
|
|
||||||
// called just as an item is picked up (loc is not yet changed)
|
// called just as an item is picked up (loc is not yet changed)
|
||||||
|
|||||||
Reference in New Issue
Block a user