fix(@projects/@magic-civilization): 🐛 adjust victory json path depth

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Natalie 2026-05-08 21:22:50 -07:00
parent 1611dd3032
commit 2fc602ef75

View file

@ -23,9 +23,9 @@ use mc_turn::{
use std::collections::BTreeMap;
// Path relative to this crate's manifest (CARGO_MANIFEST_DIR resolves to
// mc-turn/; the public data directory is 4 levels up from there).
// mc-turn/; the public data directory is 5 levels up from there).
const VICTORY_JSON: &str = include_str!(
"../../../../public/games/age-of-dwarves/data/victory.json"
"../../../../../public/games/age-of-dwarves/data/victory.json"
);
// ── helpers ───────────────────────────────────────────────────────────────────