show wealth in tutorial 1

alut-include-path
Maikel de Vries 2017-01-15 11:13:00 +01:00
parent 85ce25fb0f
commit d1c0750095
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ protected func Initialize()
var goal = CreateObject(Goal_Tutorial);
goal.Name = "$MsgGoalName$";
goal.Description = "$MsgGoalDescription$";
CreateObject(Rule_NoPowerNeed);
CreateObject(Rule_NoPowerNeed);
GUI_Controller->ShowWealth();
// Place objects in different sections.
InitStartLake();