Highlight halo
This commit is contained in:
parent
63cd2600e1
commit
9d5121c1a4
@ -78,6 +78,8 @@ public class BloodSucker : MonoBehaviour {
|
|||||||
if (currentTarget.bloodTokens == 0) {
|
if (currentTarget.bloodTokens == 0) {
|
||||||
SetTarget(null);
|
SetTarget(null);
|
||||||
isSucking = false;
|
isSucking = false;
|
||||||
|
} else {
|
||||||
|
currentSuckTimer = suckDuration;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user