From c044cc33c4901567ee1ff5fe4654a5606da59e6b Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Sun, 29 Apr 2018 23:27:57 -0700 Subject: [PATCH] Removes excess signal --- code/game/objects/items.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/objects/items.dm b/code/game/objects/items.dm index b9de2875601..6e4ee6b4c97 100644 --- a/code/game/objects/items.dm +++ b/code/game/objects/items.dm @@ -347,7 +347,6 @@ GLOBAL_VAR_INIT(rpg_loot_items, FALSE) return ITALICS | REDUCE_RANGE /obj/item/proc/dropped(mob/user) - SendSignal(COMSIG_ITEM_DROPPED, user) for(var/X in actions) var/datum/action/A = X A.Remove(user)