mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-29 08:09:34 +01:00
Fixes Medibots Targetting FBPs
An injured FBP will no longer be badgered by a medibot seeing them as hurt.
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