View Single Post
Old 04-11-2014, 20:18   #2
Socrates
Emperor
 
Socrates's Avatar
 
Join Date: Jan 2004
Location: Seattle, WA
Posts: 3,946
Default

So basically they forgot to put something like:
Code:
if (value < 2)
{
    value = 0;
}
else
{
    value = value - 2;
}
This original bug should have been kept on Civ1 only. Why build on such a myth in the series?

Anyway, thanks for sharing!
__________________
Sent from my Debian
Socrates is offline   Reply With Quote