~widelands-dev/widelands/trunk

« back to all changes in this revision

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

  • Committer: The Widelands Bunnybot
  • Date: 2024-11-28 20:22:28 UTC
  • Revision ID: bunnybot@widelands.org-20241128202228-y6lf5j9bw7rbplhn
Improve census and status lines of warehouses (rebased) (GH #6576 / CB #4936)

Co-authored-by: Tóth András <txa-dev@posteo.hu>
Co-authored-by: Widelands Bunnybot <bunnybot@widelands.org>
Co-authored-by: Tóth András <txa-dev@posteo.hu>
Co-committed-by: Tóth András <txa-dev@posteo.hu>

(by bunnybot)
8979d0082cfa193f3406e78698c3063ee5333a38

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
      not scouting_done do sleep(3000) end
64
64
   campaign_message_box(heroes_rookies)
65
65
   campaign_message_box(soldier_capacity)
 
66
   campaign_message_box(hq_soldiers)
 
67
   campaign_message_box(hq_status)
 
68
 
66
69
   local o = campaign_message_with_objective(dismantle, obj_dismantle)
67
70
 
68
71
   while #plr:get_buildings("barbarians_sentry") > 1 do sleep(200) end