From b2af86bb3c51f8f39da4da2b2d6f8c99e1d02d48 Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Wed, 4 Apr 2018 19:52:31 -0400 Subject: [PATCH] styling --- code/game/objects/items.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items.dm b/code/game/objects/items.dm index e2d94b3f701..aa59c6e2740 100644 --- a/code/game/objects/items.dm +++ b/code/game/objects/items.dm @@ -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)