Merge pull request #37577 from kevinz000/patch-495
Removes a duplicate comsig I accidently added
This commit is contained in:
committed by
CitadelStationBot
parent
3369c804b2
commit
3fc7b4ca3b
@@ -349,7 +349,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)
|
||||
|
||||
Reference in New Issue
Block a user