Skip to content

Commit

Permalink
Automated server sync
Browse files Browse the repository at this point in the history
  • Loading branch information
The Widelands Bunnybot committed Nov 17, 2024
1 parent 3c9b530 commit 62a4d99
Show file tree
Hide file tree
Showing 46 changed files with 586 additions and 584 deletions.
2 changes: 1 addition & 1 deletion addons/europeans_agricultur.wad/addon
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name=_"Europeans tribe (Agricultur Addon)"
description=_"Adds additional agricultur wares, workers and buildings to Europeans tribes economy for more complexity."
author="MarkMcWire"
version="1.9.2.1"
version="1.9.2.2"
category="tribes"
requires="europeans_base.wad"
sync_safe="true"
Original file line number Diff line number Diff line change
Expand Up @@ -2809,8 +2809,8 @@ wl.Descriptions():new_tribe {
fastplace = {
warehouse = "europeans_warehouse",
port = "europeans_port",
training_small = "europeans_fitness_center_health",
training_large = "europeans_training_center_attack",
training_small = "europeans_training_center_health",
training_large = "europeans_battlearena_basic",
military_small_primary = "europeans_sentry_basic",
military_small_secondary = "europeans_sentry_level_3",
military_medium_primary = "europeans_barrier_basic",
Expand Down
2 changes: 1 addition & 1 deletion addons/europeans_base.wad/addon
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name=_"Europeans Tribe (Base Addon)"
description=_"Contains basic object definitions and graphics for the Europeans and their other addons. It uses buildings, workers and some wares from other tribes, until own graphics are available. It must be in front of the main addon in the list and must be activated for the other addons to work!"
author="MarkMcWire"
version="1.9.2.1"
version="1.9.2.2"
category="tribes"
requires=
sync_safe="true"
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ wl.Descriptions():new_productionsite_type {
-- TRANSLATORS: Completed/Skipped/Did not start working because ...
descname = _"working",
actions = {
"call=ship_construction",
"sleep=duration:15s",
"call=ferry_construction",
"sleep=duration:15s",
"call=ship_construction",
Expand Down
Loading

0 comments on commit 62a4d99

Please sign in to comment.