mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
FBT action changes when you hit 80.
This commit is contained in:
parent
59ca9330fd
commit
d6d2732191
1 changed files with 4 additions and 1 deletions
|
|
@ -501,7 +501,10 @@ namespace Dalamud.Game.Internal.Gui {
|
|||
}
|
||||
else {
|
||||
if (gauge.IsBahamutReady()) return 7427;
|
||||
if (gauge.IsPhoenixReady()) return 16513;
|
||||
if (gauge.IsPhoenixReady()) {
|
||||
if (level == 80) return 16549;
|
||||
return 16513;
|
||||
}
|
||||
return 3581;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue