Description
I killed 908 colonists and the UnnaturalDeaths var was 1816
Windows
Steam
What is your game version?
1001586
Do you have Space Race installed?
Yes
Please explain your issue is in as much detail as possible.
Lua\Units\Colonist.lua > function Colonist
ie(reason)
Dlc\gagarin\Code\Achievements.lua > function OnMsg.ColonistDie(colonist, reason)
Both of those both do a
UnnaturalDeaths = UnnaturalDeaths + 1
which doubles the count of UnnaturalDeaths (908 * 2 = 1816)
Can you replicate the issue?
Yep, I was hoping to use it for another mod, but hard to now
Attachments
File(s) attached
I killed 908 colonists and the UnnaturalDeaths var was 1816
Windows
Steam
What is your game version?
1001586
Do you have Space Race installed?
Yes
Please explain your issue is in as much detail as possible.
Lua\Units\Colonist.lua > function Colonist
Dlc\gagarin\Code\Achievements.lua > function OnMsg.ColonistDie(colonist, reason)
Both of those both do a
UnnaturalDeaths = UnnaturalDeaths + 1
which doubles the count of UnnaturalDeaths (908 * 2 = 1816)
Can you replicate the issue?
Yep, I was hoping to use it for another mod, but hard to now
Attachments
File(s) attached
Attachments
Upvote
0