::ROOT <- getroottable();
if (!("ConstantNamingConvention" in ROOT)) // make sure folding is only done once
{
	foreach (a,b in Constants)
		foreach (k,v in b)
			if (v == null)
				ROOT[k] <- 0;
			else
				ROOT[k] <- v;
}

IncludeScript("mvm_1fort/weapon_restricts")
IncludeScript("mvm_1fort/drop_healthkit_on_death")

::MAX_WEAPONS <- 8