Merge pull request #6367 from Nalarac/Bot3

Fixes Medibots Targetting FBPs
This commit is contained in:
Anewbe
2019-08-03 12:03:26 -05:00
committed by GitHub
2 changed files with 39 additions and 0 deletions

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