(svn r11188) -Codechange: rewrite of the town action related code (remove some of the magic).
-Feature: possibility to disable exclusive rights and giving money. Both by skidd13.
This commit is contained in:
@@ -2014,6 +2014,9 @@ static void TownActionFundBuildings(Town* t)
|
||||
|
||||
static void TownActionBuyRights(Town* t)
|
||||
{
|
||||
/* Check if it's allowed to by the rights */
|
||||
if (!_patches.exclusive_rights) return;
|
||||
|
||||
t->exclusive_counter = 12;
|
||||
t->exclusivity = _current_player;
|
||||
|
||||
|
Reference in New Issue
Block a user