Small fixes

This commit is contained in:
2025-11-03 07:17:09 -06:00
parent 30c67345b8
commit 2c77dc523a
4 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
OPTIONS=symset:curses
SYMBOLS=S_magic_portal:\xE0 SYMBOLS=S_magic_portal:\xE0
SYMBOLS=S_rust_trap:\xE6 SYMBOLS=S_rust_trap:\xE6
SYMBOLS=S_water:\x7E SYMBOLS=S_water:\x7E
@@ -10,3 +12,5 @@ SYMBOLS=S_corr:\x23
SYMBOLS=S_litcorr:\x23 SYMBOLS=S_litcorr:\x23
SYMBOLS=S_throne:\xFD SYMBOLS=S_throne:\xFD
SYMBOLS=S_fountain:\xFD SYMBOLS=S_fountain:\xFD
SYMBOLS=S_room:\xFE
SYMBOLS=S_darkroom:\xFE

View File

@@ -191,7 +191,7 @@ BIND=O:optionsfull
{% block bindings %} {% block bindings %}
{% endblock bindings %} {% endblock bindings %}
OPTIONS=symset:Enhanced1,roguesymset:plain OPTIONS=roguesymset:plain
OPTIONS=boulder:0 OPTIONS=boulder:0
{% block symbols %} {% block symbols %}
{% endblock symbols +%} {% endblock symbols +%}

View File

@@ -46,7 +46,7 @@ MSGTYPE=stop "swings .*Vorpal Blade"
MSGTYPE=stop "zaps .* with wand of teleportation" MSGTYPE=stop "zaps .* with wand of teleportation"
MSGTYPE=stop "You feel a malignant aura surround you." MSGTYPE=stop "You feel a malignant aura surround you."
MSGTYPE=stop "(thoroughly|utterly|totally) digest" 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 ".* starves"
MSGTYPE=stop "Run away! Run away!" MSGTYPE=stop "Run away! Run away!"
MSGTYPE=stop "Watch out! Bad things can happen on Friday the 13th." MSGTYPE=stop "Watch out! Bad things can happen on Friday the 13th."

View File

@@ -1,3 +1,5 @@
OPTIONS=symset:Enhanced1
{% macro unicode_symbol(symbol, name) -%} {% macro unicode_symbol(symbol, name) -%}
SYMBOLS={{ name }}:{{ "U+%04X" % ord(symbol) }} SYMBOLS={{ name }}:{{ "U+%04X" % ord(symbol) }}
{%- endmacro %} {%- endmacro %}