Fixes Medibots Targetting FBPs

An injured FBP will no longer be badgered by a medibot seeing them as hurt.
This commit is contained in:
Nalarac
2019-08-02 12:51:44 -05:00
parent 887804ea10
commit 54dd39b29b
2 changed files with 39 additions and 0 deletions
+3
View File
@@ -279,6 +279,9 @@
if(!..())
return 0
if(H.isSynthetic()) // Don't treat FBPs
return 0
if(H.stat == DEAD) // He's dead, Jim
return 0