Files
nethackrc/hdf-37.rc

20 lines
447 B
Plaintext

{% extends "main.rc" %}
{% block symbols %}
{% include "unicode_symbols.rc" +%}
{% include "color_glyphs.rc" %}
{% endblock symbols %}
{% block options %}
OPTIONS=suppress_alert:3.3.1
OPTIONS=!tutorial,!safe_wait,!tips
OPTIONS=showdamage
OPTIONS=cond_held,cond_ice,cond_lava,cond_woundedlegs,cond_slip
OPTIONS=paranoid_confirmation:pray Remove A trap swim
{% endblock options %}
{% block bindings %}
BIND=O:optionsfull
{% endblock bindings %}