aboutsummaryrefslogtreecommitdiffstats
path: root/levels/level_4.15.yaml
diff options
context:
space:
mode:
authorMarianne Chevrot <blackmoor+git@devys.org>2020-05-09 23:16:40 +0200
committerMarianne Chevrot <blackmoor+git@devys.org>2020-05-09 23:16:40 +0200
commitcaf7494e8412336b74ca143dac1356870c39fe13 (patch)
tree3c91865ae497c8f80f7928dd40cff2eea352b8cb /levels/level_4.15.yaml
parent478683385ace632366bc4541cdd6e1a84c4aa54e (diff)
downloadkana_quest_solver-caf7494e8412336b74ca143dac1356870c39fe13.tar.gz
kana_quest_solver-caf7494e8412336b74ca143dac1356870c39fe13.tar.bz2
kana_quest_solver-caf7494e8412336b74ca143dac1356870c39fe13.zip
Add support for empty arrows
- remove empt, fblk types, there are merged to their base type (norm and froz) - ar_*, norm and froz support having None for their kana property
Diffstat (limited to 'levels/level_4.15.yaml')
-rw-r--r--levels/level_4.15.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/levels/level_4.15.yaml b/levels/level_4.15.yaml
index 8d16c12..7e76f22 100644
--- a/levels/level_4.15.yaml
+++ b/levels/level_4.15.yaml
@@ -4,8 +4,8 @@ max_actions: 9
#max_actions: 8
target_score: 6
grid: [
- [froz, ne ], [froz, ku ], [void, null], [empt, null], [froz, ko ], [void, null],
- [empt, null], [empt, null], [myst, su ], [empt, null], [empt, null], [rock, so ],
- [empt, null], [empt, null], [rock, se ], [empt, null], [empt, null], [void, null],
+ [froz, ne ], [froz, ku ], [void, null], [norm, null], [froz, ko ], [void, null],
+ [norm, null], [norm, null], [myst, su ], [norm, null], [norm, null], [rock, so ],
+ [norm, null], [norm, null], [rock, se ], [norm, null], [norm, null], [void, null],
]
# The kana 'no' need to be protected else the program convert it into False...