diff options
| -rw-r--r-- | charmaps/fullwidth.json | 1 | ||||
| -rw-r--r-- | charmaps/halfwidth.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/charmaps/fullwidth.json b/charmaps/fullwidth.json index 6d912fe..ad37e53 100644 --- a/charmaps/fullwidth.json +++ b/charmaps/fullwidth.json @@ -4,6 +4,7 @@ "tree": ["T",0,2], "wall": ["#",7,8], "builtwall": ["+",7,8], + "quarry": ["Q",7,8], "rock": ["#",8,8], "stone": ["o",7], "pebble": ["*",7], diff --git a/charmaps/halfwidth.json b/charmaps/halfwidth.json index d3e16f8..3597de2 100644 --- a/charmaps/halfwidth.json +++ b/charmaps/halfwidth.json @@ -3,6 +3,7 @@ "tree": ["T", 0, 2], "wall": ["#", 7, 8], "builtwall": ["+", 7, 8], + "quarry": ["Q", 7, 8], "rock": ["#", 8, 8], "stone": ["o", 7], "pebble": ["*", 7], |
