mirror of
https://github.com/unanmed/ginka-generator.git
synced 2026-05-14 04:41:12 +08:00
fix: 血瓶数据处理
This commit is contained in:
parent
dc1eb8fa92
commit
1cded87530
@ -189,7 +189,7 @@ function convert(
|
||||
}
|
||||
} else if (dict.potion[tile] !== void 0) {
|
||||
const value = dict.potion[tile];
|
||||
if (maxGreenGem - minGreenGem < 1e-8) {
|
||||
if (maxPotion - minPotion < 1e-8) {
|
||||
res[ny][nx] = 19;
|
||||
} else {
|
||||
const level = Math.min(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user