fix some spacing
This commit is contained in:
6
main.rc
6
main.rc
@@ -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
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user