Use blocks and template extension

This commit is contained in:
2025-10-08 14:18:35 -05:00
parent d0275e5c57
commit bed8505b09
8 changed files with 44 additions and 49 deletions
+8 -4
View File
@@ -1,14 +1,18 @@
{% include "main.rc" %}
{% extends "main.rc" %}
{% include "unicode_symbols.rc" %}
{% block symbols %}
{% include "unicode_symbols.rc" +%}
{% include "color_glyphs.rc" %}
{% endblock symbols %}
{% block options %}
OPTIONS=!tutorial,!safe_wait,!tips
OPTIONS=showdamage
OPTIONS=cond_held,cond_ice,cond_lava,cond_woundedlegs
OPTIONS=paranoid_confirmation:pray Remove trap swim
{% endblock options %}
{% block bindings %}
BIND=O:optionsfull
{% include "pergame.rc" %}
{% endblock bindings %}