Add some comments

This commit is contained in:
2025-10-14 16:24:19 -05:00
parent c835dc96b7
commit 62d4fd34e5
2 changed files with 8 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ OPTIONS=fruit:word
{% include "autopickup.rc" +%}
{# put curses-specific stuff in a block so it can be easily overwritten if desired per-variant #}
{% block curses %}
OPTIONS=windowtype:curses
OPTIONS=!perm_invent
@@ -29,7 +30,6 @@ OPTIONS=hilite_pet,hilite_pile,!toptenwin
OPTIONS=time,showexp,number_pad:2,lit_corridor
OPTIONS=msg_window:reversed,sortloot:full
OPTIONS=autoquiver
# OPTIONS=invweight,showdmg,showweight
OPTIONS=!cmdassist
OPTIONS=travel
OPTIONS=disclose:yi ya nv ng yc no
@@ -39,6 +39,7 @@ OPTIONS=runmode:teleport
OPTIONS=quick_farsight
OPTIONS=whatis_coord:c
OPTIONS=!implicit_uncursed
{# block for additional options to keep main set of options together #}
{% block options %}
{% endblock options %}
@@ -48,6 +49,7 @@ BIND=M-m:terrain
BIND=C:conduct
BIND=!:annotate
BIND=%:ride
{# block for additional bindings to keep main set of bindings together #}
{% block bindings %}
{% endblock bindings %}