Skip to content

Commit

Permalink
add notes, fix track name
Browse files Browse the repository at this point in the history
  • Loading branch information
TalicZealot committed Jul 4, 2022
1 parent e588e42 commit 53d2ab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SotnRandoTools/src/Constants/Khaos.cs
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ public static class Khaos
{ "pit", "abandoned pit" },
{ "mines", "abandoned pit" },
{ "mine", "abandoned pit" },
{ "catacombs", "rainbow cemetery" },
{ "catacombs", "rainbow cemetary" },
{ "rainbow cemetery", "rainbow cemetary" },
{ "lost paintings", "lost painting" },
{ "antichapel", "lost painting" },
Expand Down
2 changes: 2 additions & 0 deletions SotnRandoTools/src/Khaos/KhaosController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,7 @@ void GiveRewards(string user, string item, int relic, int roll)
}
}
}
//TODO: Detect save rooms and turn off temporarily
public void BattleOrders(string user = Constants.Khaos.KhaosName)
{
float currentHpPercentage = (float) sotnApi.AlucardApi.CurrentHp / (float) sotnApi.AlucardApi.MaxtHp;
Expand Down Expand Up @@ -908,6 +909,7 @@ public void Magician(string user = Constants.Khaos.KhaosName)

Alert(toolConfig.Khaos.Actions[(int) Enums.Action.Magician]);
}
//TODO: Review GG speed
public void MeltyBlood(string user = Constants.Khaos.KhaosName)
{
bool meterFull = KhaosMeterFull();
Expand Down

0 comments on commit 53d2ab0

Please sign in to comment.