fix some spacing

This commit is contained in:
2025-10-17 18:19:11 -05:00
parent 2f3b5384c0
commit bb73ab6eb9
2 changed files with 10 additions and 4 deletions

View File

@@ -127,8 +127,7 @@ OPTIONS=whatis_coord:c
{% endif %}
OPTIONS=!implicit_uncursed
{%- if base37 %}
{% if base37 %}
{% if comments %}
# tutorial: play a tutorial level at the start of the game
{% endif %}
@@ -150,7 +149,8 @@ OPTIONS=!tips
OPTIONS=showdamage
OPTIONS=cond_held,cond_ice,cond_lava,cond_woundedlegs,cond_slip
{% endif %}
{% endif -%}
{% if comments %}
# paranoid_confirmation: space-separated list of specific situations where alternate prompting is desired

View File

@@ -3,13 +3,19 @@
{% endif %}
{{ "# " if not nobones }}OPTIONS=!bones
{{ "# " if not nopet }}OPTIONS=!pet
{% if comments %}
# pettype: specify starting pet
{% endif %}
{{ "# " if not nopet }}OPTIONS=pettype:none
{% if base37 %}
{% if comments %}
# pauper: start character with no items, skills, spells, or discoveries
{% endif %}
{{ "# " if not pauper }}OPTIONS=pauper
{% endif -%}
{% if comments %}
# nudist: start character with no armor
{% endif %}