This commit is contained in:
Fox McCloud
2018-04-04 19:52:31 -04:00
parent f7521320a0
commit b2af86bb3c
+1 -1
View File
@@ -318,7 +318,7 @@ var/global/image/fire_overlay = image("icon" = 'icons/goonstation/effects/fire.d
for(var/X in actions)
var/datum/action/A = X
A.Remove(user)
if(DROPDEL & flags)
if(flags & DROPDEL)
qdel(src)
// called just as an item is picked up (loc is not yet changed)