Fixes Double-Bonking Light Replacer

This commit is contained in:
Fox McCloud
2019-09-15 11:11:07 -04:00
parent 2ed1b75356
commit d9186a0c7b
2 changed files with 8 additions and 8 deletions
@@ -238,6 +238,7 @@
return 0
/obj/item/lightreplacer/afterattack(atom/T, mob/U, proximity)
. = ..()
if(!proximity)
return
if(!isturf(T))