Minor fixes incl removing 3.6 invalid options

This commit is contained in:
2025-10-29 17:12:36 -05:00
parent ef18f0900d
commit b28a38c08d
6 changed files with 31 additions and 14 deletions

View File

@@ -3,6 +3,7 @@
{% endif %}
OPTIONS=windowtype:curses
{% if base37 %}
{% if comments %}
# perminv_mode: determines what items to show in perm_invent window
# none: behave as if perm_invent is false
@@ -12,6 +13,8 @@ OPTIONS=windowtype:curses
{% endif %}
OPTIONS=perminv_mode:none
{% endif -%}
{% if comments %}
# perm_invent: display your current inventory in a permanent window (only applicable in window interfaces that implement it)
{% endif %}