mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-06 15:32:52 +00:00
Merge pull request #6367 from Nalarac/Bot3
Fixes Medibots Targetting FBPs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user