Refactor some common 3.7-based settings

This commit is contained in:
2025-10-15 13:12:25 -05:00
parent 84e204c388
commit dc654d9613
5 changed files with 53 additions and 18 deletions

View File

@@ -1,4 +1,5 @@
{% extends "main.rc" %}
{% set base37 = true %}
{% block symbols %}
{% include "unicode_symbols.rc" +%}
@@ -8,12 +9,4 @@
{% 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 %}