Small fixes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
2
main.rc
2
main.rc
@@ -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 +%}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
MSGTYPE=hide "Unknown command '.*'."
|
MSGTYPE=hide "Unknown command '.*'."
|
||||||
MSGTYPE=hide "Unknown direction '.*'"
|
MSGTYPE=hide "Unknown direction '.*'"
|
||||||
MSGTYPE=hide "You swap places with .*"
|
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"
|
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 "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."
|
||||||
|
|||||||
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user