diff --git a/basic_symbols.rc b/basic_symbols.rc index 90b4608..b992821 100644 --- a/basic_symbols.rc +++ b/basic_symbols.rc @@ -1,3 +1,5 @@ +OPTIONS=symset:curses + SYMBOLS=S_magic_portal:\xE0 SYMBOLS=S_rust_trap:\xE6 SYMBOLS=S_water:\x7E @@ -10,3 +12,5 @@ SYMBOLS=S_corr:\x23 SYMBOLS=S_litcorr:\x23 SYMBOLS=S_throne:\xFD SYMBOLS=S_fountain:\xFD +SYMBOLS=S_room:\xFE +SYMBOLS=S_darkroom:\xFE diff --git a/main.rc b/main.rc index a09404b..40c178f 100644 --- a/main.rc +++ b/main.rc @@ -191,7 +191,7 @@ BIND=O:optionsfull {% block bindings %} {% endblock bindings %} -OPTIONS=symset:Enhanced1,roguesymset:plain +OPTIONS=roguesymset:plain OPTIONS=boulder:0 {% block symbols %} {% endblock symbols +%} diff --git a/msgtypes.rc b/msgtypes.rc index f4d9577..b905870 100644 --- a/msgtypes.rc +++ b/msgtypes.rc @@ -1,7 +1,7 @@ MSGTYPE=hide "Unknown command '.*'." MSGTYPE=hide "Unknown direction '.*'" MSGTYPE=hide "You swap places with .*" -MSGTYPE=hide "Ouch! You bump into a door." +MSGTYPE=hide "Ouch! You bump into a door." MSGTYPE=hide "attack passes harmlessly through the shade" @@ -46,7 +46,7 @@ MSGTYPE=stop "swings .*Vorpal Blade" MSGTYPE=stop "zaps .* with wand of teleportation" MSGTYPE=stop "You feel a malignant aura surround you." MSGTYPE=stop "(thoroughly|utterly|totally) digest" -MSGTYPE=stop "(feel sad|have a (peculiarly)? (sad|melancholy) feeling) for a moment" +MSGTYPE=stop "(feel sad|have a( peculiarly)? (sad|melancholy) feeling) for a moment" MSGTYPE=stop ".* starves" MSGTYPE=stop "Run away! Run away!" MSGTYPE=stop "Watch out! Bad things can happen on Friday the 13th." diff --git a/unicode_symbols.rc b/unicode_symbols.rc index 19c1343..1589038 100644 --- a/unicode_symbols.rc +++ b/unicode_symbols.rc @@ -1,3 +1,5 @@ +OPTIONS=symset:Enhanced1 + {% macro unicode_symbol(symbol, name) -%} SYMBOLS={{ name }}:{{ "U+%04X" % ord(symbol) }} {%- endmacro %}