diff options
| author | historia <[not public]> | 2026-07-01 18:36:21 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-01 18:36:21 -0400 |
| commit | 78b522d57a9ebc691e075523910d7cdaa06b6493 (patch) | |
| tree | b2a68397e0cecc5abb56e5ae451c05a9435cc5fe /config.yaml | |
| parent | e6b4cb9f5816c6ee239233bc85f74ee446a161c2 (diff) | |
| download | thehouseoficarus-78b522d57a9ebc691e075523910d7cdaa06b6493.tar.gz | |
feat: shop system removed from talk system, added per-item restock and variable pricing
Diffstat (limited to 'config.yaml')
| -rw-r--r-- | config.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml index db6bc0c..c0a94df 100644 --- a/config.yaml +++ b/config.yaml @@ -5,6 +5,9 @@ startup_validation: root_rooms: [1001] ignore_unreachable: [] +game_constants: + shop_default_restock: 1000 + tls: cert_file: "" key_file: "" |
