balance healing priority a bit (will be re-done later)

This commit is contained in:
nullifiedcat 2017-03-22 15:58:22 +03:00
parent a845ddb07b
commit 62949d1cde

View File

@ -79,7 +79,7 @@ int HealingPriority(int idx) {
}
if (ipc::peer) {
if (hacks::shared::followbot::bot && hacks::shared::followbot::following_idx == idx) {
priority += 70;
priority *= 2.0f;
}
}
return priority;