Added check enemy invincibility

This commit is contained in:
Hedgehog Fog 2020-12-03 14:37:21 +02:00
commit bcf727968d
3 changed files with 31 additions and 1 deletions

View file

@ -151,6 +151,13 @@ yb_ignore_enemies "0"
//
yb_check_enemy_rendering "0"
//
// Enables or disables checking enemy invincibility. Useful for some mods.
// ---
// Default: "0", Min: "0", Max: "1"
//
yb_check_enemy_invincibility "0"
//
// Enables or disables bot ability to stab the enemy with knife if bot is in good condition.
// ---