From caf7494e8412336b74ca143dac1356870c39fe13 Mon Sep 17 00:00:00 2001 From: Marianne Chevrot Date: Sat, 9 May 2020 23:16:40 +0200 Subject: 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 --- levels/level_4.08.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'levels/level_4.08.yaml') diff --git a/levels/level_4.08.yaml b/levels/level_4.08.yaml index 813301e..43bb483 100644 --- a/levels/level_4.08.yaml +++ b/levels/level_4.08.yaml @@ -4,7 +4,7 @@ max_actions: 6 target_score: 4 grid: [ [void, null], [void, null], [void, null], [void, null], [rock, ne ], [void, null], - [froz, so ], [void, null], [froz, se ], [void, null], [empt, null], [void, null], - [empt, null], [empt, null], [empt, null], [empt, null], [empt, null], [ar_l, ko ], + [froz, so ], [void, null], [froz, se ], [void, null], [norm, null], [void, null], + [norm, null], [norm, null], [norm, null], [norm, null], [norm, null], [ar_l, ko ], ] # The kana 'no' need to be protected else the program convert it into False... -- cgit v1.2.3