fire-eggs / CivOne

An open source implementation of Sid Meier's Civilization 1 using C# and .NET.
Creative Commons Zero v1.0 Universal
21 stars 4 forks source link

On city capture, sequence of events is not quite right #110

Closed fire-eggs closed 4 years ago

fire-eggs commented 4 years ago

In Microprose CIV, when I capture the last, undefended city, the sequence is:

  1. newspaper or animation is displayed: city captured
  2. user selects from available science
  3. message: civilization is destroyed

In CivOne, steps 2 and 3 are swapped [science selection is last]. Need to fix.

fire-eggs commented 4 years ago

Fixed.