paint remover issue webedit.

This commit is contained in:
Ghom
2020-05-02 00:55:18 +02:00
committed by GitHub
parent 21c9c98412
commit 400e2523c2
+1 -1
View File
@@ -112,7 +112,7 @@
. = ..()
if(!proximity)
return
if(!isturf(target) || !isobj(target))
if(!isturf(target) && !isobj(target))
return
if(target.color != initial(target.color))
target.remove_atom_colour(WASHABLE_COLOUR_PRIORITY)