C7-Game / Prototype

An early-stage, open-source 4X strategy game
https://c7-game.github.io/
MIT License
34 stars 9 forks source link

Use scenario-specified default barbarian units #326

Closed QuintillusCFC closed 1 year ago

QuintillusCFC commented 2 years ago

Some scenarios use custom barbarian untis, e.g. 06 Age of Discovery and 07 Sengoku. Our code fails because it always looks for Warrior and Galley, and these scenarios don't have those units, but others.

We should use those units instead.