Update click.dm

This commit is contained in:
kevinz000
2019-08-05 00:41:32 -07:00
committed by GitHub
parent c7a1ba2806
commit 0d2e623f4e
+1 -1
View File
@@ -200,7 +200,7 @@
if (!target.loc)
continue
if(!(SEND_SIGNAL(target.loc, COMSIG_ATOM_CANREACH, next) & COMPONENT_BLOCK_REACH))
if(!(SEND_SIGNAL(target.loc, COMSIG_ATOM_CANREACH, next) & COMPONENT_BLOCK_REACH) && !ismob(target.loc))
next += target.loc
checking = next