mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-19 08:37:18 +00:00
Merge pull request #283 from Shadowss/patch-41
You can build the brewery only in your capital! Show more options forget
This commit is contained in:
@@ -414,7 +414,7 @@ if($greatworkshop == 0 && $workshop >= 18 && $village->capital == 0 && GREAT_WKS
|
|||||||
if($session->tribe == 1 && $horsedrinkingtrough == 0 && ($rallypoint <= 5 || $stable <= 10)) {
|
if($session->tribe == 1 && $horsedrinkingtrough == 0 && ($rallypoint <= 5 || $stable <= 10)) {
|
||||||
include("soon/horsedrinking.tpl");
|
include("soon/horsedrinking.tpl");
|
||||||
}
|
}
|
||||||
if($brewery == 0 && ($rallypoint <= 5 || $granary <= 10) && $session->tribe == 2) {
|
if($brewery == 0 && ($rallypoint <= 5 || $granary <= 10) && $session->tribe == 2 && $village->capital == 1) {
|
||||||
include("soon/brewery.tpl");
|
include("soon/brewery.tpl");
|
||||||
}
|
}
|
||||||
if($greatbarracks == 0 && $barrack >= 15 && $village->capital == 0) {
|
if($greatbarracks == 0 && $barrack >= 15 && $village->capital == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user