Skip to content

Commit

Permalink
oops forgot to put that code back
Browse files Browse the repository at this point in the history
  • Loading branch information
beholderface authored and SamsTheNerd committed Jan 23, 2025
1 parent 77c811c commit c5c8f3f
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@ public void postExecution(CastResult result) {
this.sendMishapMsgToPlayer(doMishap);
}
}
if (this.caster != null){
double ambitAttribute = this.caster.getAttributeValue(HexAttributes.AMBIT_RADIUS);
if (this.ambitRadius != ambitAttribute){
this.ambitRadius = ambitAttribute;
}
double sentinelAttribute = this.caster.getAttributeValue(HexAttributes.SENTINEL_RADIUS);
if (this.sentinelRadius != sentinelAttribute){
this.sentinelRadius = sentinelAttribute;
}
}
}

@Override
Expand Down

0 comments on commit c5c8f3f

Please sign in to comment.