Update item_attack.dm

This commit is contained in:
kevinz000
2020-01-27 17:43:21 -07:00
committed by GitHub
parent e50eb495df
commit 28697a375f
-1
View File
@@ -15,7 +15,6 @@
if(target.attackby(src,user, params))
return
if(QDELETED(src) || QDELETED(target))
attack_qdeleted(target, user, TRUE, params)
return
afterattack(target, user, TRUE, params)