Skip to content

Commit

Permalink
update alfyn progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Eein committed Mar 20, 2022
1 parent ddeadad commit 251c806
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion octopath.asl
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ split
if(old.tressaProgress == 0 && current.tressaProgress >= 100) return vars.Split("character_tressa");
if(old.olbericProgress == 0 && current.olbericProgress >= 100) return vars.Split("character_olberic");
if(old.primroseProgress == 0 && current.primroseProgress >= 100) return vars.Split("character_primrose");
if(old.alfynProgress == 0 && current.alfynProgress >= 100) return vars.Split("character_alfyn");
if(old.alfynProgress == 0 && current.alfynProgress >= 90) return vars.Split("character_alfyn");
if(old.haanitProgress == 0 && current.haanitProgress >= 100) return vars.Split("character_haanit");
if(old.therionProgress == 0 && current.therionProgress >= 100) return vars.Split("character_therion");

Expand Down

0 comments on commit 251c806

Please sign in to comment.