Skip to content

Commit

Permalink
Add: Support for {FORCE} string command (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
glx22 committed May 21, 2023
1 parent a80235a commit 00f02f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nml/grfstrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ def com_parse_string(val, lang_id):
"CARGO_SHORT": {"unicode": r"\UE09A\1C", "ascii": r"\9A\1C", "size": 2 * 2},
"CARGO_TINY": {"unicode": r"\UE09A\1D", "ascii": r"\9A\1D", "size": 2 * 2},
"CARGO_NAME": {"unicode": r"\UE09A\1E", "ascii": r"\9A\1E", "size": 2},
"FORCE": {"unicode": r"\UE09A\21", "ascii": r"\9A\21", "size": 4},

# Colors
"BLUE": {"unicode": r"\UE088", "ascii": r"\88"},
Expand Down

0 comments on commit 00f02f8

Please sign in to comment.