TechpriestEnginseer / Community-Patch-Events-Development

If you are interested in joining or have any issues. Leave me a PM or post in the issue tab.
GNU General Public License v3.0
2 stars 2 forks source link

Sweden UE Choice #2 #46

Closed HungryForFood closed 7 years ago

HungryForFood commented 7 years ago

While looking through the code to find out what each UE does, I found that the string for Sweden's UE Choice #2 says that it will cause Snow tiles to yield 2 Culture. However, the relevant code appears to have only a value of 1 for the Culture yield. Looking at the codes on Github, it appears to still be so.

    <Row>
        <EventChoiceType>EVENT_SWEDEN_UE_CHOICE_2</EventChoiceType>
        <TerrainType>TERRAIN_SNOW</TerrainType>
        <YieldType>YIELD_CULTURE</YieldType>
        <YieldChange>1</YieldChange>
    </Row>

Also it seems that yields for Ice does not work.

TechpriestEnginseer commented 7 years ago

Thanks!