~widelands-dev/widelands/mines-worldsavior

« back to all changes in this revision

Viewing changes to data/tribes/buildings/productionsites/frisians/drinking_hall/init.lua

merge lp:~stonerl/widelands/big_inn_missing_animation_fixed

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
         -- TRANSLATORS: Completed/Skipped/Did not start preparing a ration because ...
73
73
         descname = _"preparing a ration",
74
74
         actions = {
 
75
            -- time total: 33
75
76
            "return=skipped unless economy needs ration",
 
77
            "sleep=5000",
76
78
            "consume=fruit,smoked_fish,smoked_meat",
77
 
            "sleep=14000",
78
 
            "animate=working 19000",
 
79
            "animate=working 18000",
 
80
            "sleep=10000",
79
81
            "produce=ration"
80
82
         }
81
83
      },
83
85
         -- TRANSLATORS: Completed/Skipped/Did not start preparing a meal because ...
84
86
         descname = _"preparing a meal",
85
87
         actions = {
 
88
            --time total: 40
86
89
            "return=skipped unless economy needs meal",
87
90
            "consume=beer honey_bread smoked_fish,smoked_meat",
88
 
            "sleep=10000",
89
91
            "animate=working 30000",
 
92
            "sleep=10000",
90
93
            "produce=meal"
91
94
         }
92
95
      },