- LifeGainAi: minor formatting.

This commit is contained in:
Agetian
2017-07-14 16:53:08 +00:00
parent 3c4309d74b
commit 507490df59

View File

@@ -40,7 +40,7 @@ public class LifeGainAi extends SpellAbilityAi {
//Ugin AI: always use ultimate
if (sourceName.equals("Ugin, the Spirit Dragon")) {
//TODO: somehow link with DamageDealAi for cases where +1 = win
//TODO: somehow link with DamageDealAi for cases where +1 = win
return true;
}