Fixes medbots not injecting from one tile away
This commit is contained in:
committed by
CitadelStationBot
parent
662c42b450
commit
83c40d5fcc
@@ -343,7 +343,7 @@
|
||||
if(C.stat == DEAD || (C.status_flags & FAKEDEATH))
|
||||
return FALSE //welp too late for them!
|
||||
|
||||
if(!(loc == C.loc) || !(isturf(C.loc) && isturf(loc)))
|
||||
if(!(loc == C.loc) && !(isturf(C.loc) && isturf(loc)))
|
||||
return FALSE
|
||||
|
||||
if(C.suiciding)
|
||||
|
||||
Reference in New Issue
Block a user