mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
RingOfFire affected by Day Augment.
This commit is contained in:
parent
4f4910b77a
commit
8fbcd99b50
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ public class RingOfFire {
|
|||
int range = defaultrange;
|
||||
if (AvatarState.isAvatarState(player))
|
||||
range = AvatarState.getValue(range);
|
||||
else
|
||||
range = (int) Methods.getFirebendingDayAugment(range, player.getWorld());
|
||||
|
||||
new FireStream(location, direction, player, range);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue