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
+5 -3
View File
@@ -1,9 +1,11 @@
{% include "main.rc" %}
{% extends "main.rc" %}
{% block symbols %}
{% include "basic_symbols.rc" %}
{% endblock symbols %}
{% block options %}
OPTIONS=cond_held,cond_ice,cond_lava,cond_woundedlegs
OPTIONS=paranoid_confirmation:pray trap A Remove
OPTIONS=realtime:p,realtime_format:f
{% include "pergame.rc" %}
{% endblock options %}