Removes excess signal

This commit is contained in:
kevinz000
2018-04-29 23:27:57 -07:00
committed by GitHub
parent 37d6b3e333
commit c044cc33c4
-1
View File
@@ -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)