NEW TRIBES ENHANCEMENT (Huns, Egipteans, Spartans & Vikings) #327

NEW TRIBES ENHANCEMENT (Huns, Egipteans, Spartans & Vikings) #327

Please be advised, is not fully tested so if you activate on install maybe is not fully working
This commit is contained in:
novgorodschi catalin
2026-07-14 09:25:26 +03:00
parent 60a2d3b206
commit 25c8925ef6
315 changed files with 8609 additions and 615 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ if ($isOasis) {
// ---------- 3. HELPERE ----------
function tribeName($t){
$m = array(1=>TRIBE1,2=>TRIBE2,3=>TRIBE3,4=>TRIBE4,5=>TRIBE5);
$m = array(1=>TRIBE1,2=>TRIBE2,3=>TRIBE3,4=>TRIBE4,5=>TRIBE5,6=>TRIBE6,7=>TRIBE7,8=>TRIBE8,9=>TRIBE9);
return isset($m[$t])? $m[$t] : '';
}
function renderBonus($bonusData){