Skip to content

Commit 8c07201

Browse files
committed
Correct みずのはごろも flag description
1 parent ed61b1d commit 8c07201

File tree

3 files changed

+2
-2
lines changed

3 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. サマルトリアの王話し済み

img/example.png

41 Bytes
Loading

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)