fix some spacing
This commit is contained in:
6
main.rc
6
main.rc
@@ -127,8 +127,7 @@ OPTIONS=whatis_coord:c
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
OPTIONS=!implicit_uncursed
|
OPTIONS=!implicit_uncursed
|
||||||
|
|
||||||
{%- if base37 %}
|
{% if base37 %}
|
||||||
|
|
||||||
{% if comments %}
|
{% if comments %}
|
||||||
# tutorial: play a tutorial level at the start of the game
|
# tutorial: play a tutorial level at the start of the game
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@@ -150,7 +149,8 @@ OPTIONS=!tips
|
|||||||
OPTIONS=showdamage
|
OPTIONS=showdamage
|
||||||
|
|
||||||
OPTIONS=cond_held,cond_ice,cond_lava,cond_woundedlegs,cond_slip
|
OPTIONS=cond_held,cond_ice,cond_lava,cond_woundedlegs,cond_slip
|
||||||
{% endif %}
|
|
||||||
|
{% endif -%}
|
||||||
|
|
||||||
{% if comments %}
|
{% if comments %}
|
||||||
# paranoid_confirmation: space-separated list of specific situations where alternate prompting is desired
|
# paranoid_confirmation: space-separated list of specific situations where alternate prompting is desired
|
||||||
|
|||||||
@@ -3,13 +3,19 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{{ "# " if not nobones }}OPTIONS=!bones
|
{{ "# " 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 %}
|
{% if comments %}
|
||||||
# pauper: start character with no items, skills, spells, or discoveries
|
# pauper: start character with no items, skills, spells, or discoveries
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ "# " if not pauper }}OPTIONS=pauper
|
{{ "# " if not pauper }}OPTIONS=pauper
|
||||||
|
|
||||||
|
{% endif -%}
|
||||||
|
|
||||||
{% if comments %}
|
{% if comments %}
|
||||||
# nudist: start character with no armor
|
# nudist: start character with no armor
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user