~widelands-dev/widelands/remove-savegame-compatibility-after-economy-change

« back to all changes in this revision

Viewing changes to data/campaigns/emp03.wmf/scripting/mission_thread.lua

Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
   local objective = add_campaign_objective(obj_lower_marble_column_demand)
100
100
 
101
101
   --- Check the headquarters' flag's economy
102
 
   local eco = sf.brn.immovable.economy
103
 
   while eco:ware_target_quantity("marble_column") ~= 4 do
 
102
   while sf.brn.immovable.economy:ware_target_quantity("marble_column") ~= 4 do
104
103
      sleep(2434)
105
104
   end
106
105
   sleep(4000)