Skip to content

Commit

Permalink
Fix Emperor Overlord upgrades.
Browse files Browse the repository at this point in the history
Regression from 8df0fe9
  • Loading branch information
MustaphaTR committed Aug 27, 2024
1 parent e6e5241 commit 76e6acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/gen/rules/vehicles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3785,11 +3785,11 @@ vehicle.emparor_overlord:
Name: actor-vehicle-emparor-overlord.name
Production:
Produces: queue.emparor_overlord
RequiresCondition: !bunker_upgrade && !gatling_upgrade && !speaker_upgrade && !driver_killed && !merged && !as_cargo && !in_tunnel
RequiresCondition: !bunker_upgrade && !gatling_upgrade && !driver_killed && !merged && !as_cargo && !in_tunnel
Production@Merged:
Produces: queue.emparor_overlord_merged
PauseOnCondition: emp || hacked || leaflet
RequiresCondition: !bunker_upgrade && !gatling_upgrade && !speaker_upgrade && !driver_killed && merged && !as_cargo && !in_tunnel
RequiresCondition: !bunker_upgrade && !gatling_upgrade && !driver_killed && merged && !as_cargo && !in_tunnel
ProductionQueue:
Type: queue.emparor_overlord
LowPowerModifier: 300
Expand Down

0 comments on commit 76e6acc

Please sign in to comment.