Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fe866ea

Browse files
committedFeb 29, 2024·
Correct みずのはごろも flag description
1 parent ed61b1d commit fe866ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* DQ2
2323
1. つきのかけら使用済み
2424
2. すいもんのカギ使用済み
25-
3. みずのはごろも取得済み
25+
3. みずのはごろも回収可能
2626
4. ルプガナの魔物倒し済み
2727
5. ルプガナのふね取得済み
2828
6. サマルトリアの王話し済み

‎src/dq2.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pub(crate) const CREST_TABLE: [&str; 5] = ["命", "水", "月", "星", "太陽"]
9999
pub(crate) const PROGRESS_FLAG_TABLE: [&str; 7] = [
100100
"つきのかけら使用済み",
101101
"すいもんのカギ使用済み",
102-
"みずのはごろも取得済み",
102+
"みずのはごろも回収可能",
103103
"ルプガナの魔物倒し済み",
104104
"ルプガナのふね取得済み",
105105
"サマルトリアの王話し済み",

0 commit comments

Comments
 (0)
Please sign in to comment.