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" +%}
@@ -9,14 +10,9 @@
{% block options %}
OPTIONS=taunt:gwaa loudly at your foes
OPTIONS=orientation:gay
OPTIONS=!tutorial,!safe_wait,!tips
OPTIONS=timed_delay
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
BIND=5:rush
{% endblock bindings %}