View Issue Details

IDProjectCategoryLast Update
0023515AI War 2Bug - GameplayAug 7, 2020 2:39 pm
ReporterRocketAssistedPuffin Assigned ToBadgerBadger  
Severitytrivial 
Status resolvedResolutionfixed 
Product Version2.116 GOG Networking Done 
Fixed in Version2.117 Ion Cannons And Melee Units 
Summary0023515: Zombification target evaluator is possibly broken (very quick fix).
DescriptionIt appears to use this to find the death effect type:

if (effect.DescriptionPrefix == "Zombification")

However, the prefix is currently:

description_prefix="ZOMBIFICATION"

due to UI changes. I was told that capitalization matters here, and could find no trace of the suggested solution.
TagsNo tags attached.

Activities

BadgerBadger

Aug 7, 2020 2:39 pm

manager   ~0057991

This comparison is now case-insensitive

Issue History

Date Modified Username Field Change
Aug 7, 2020 2:29 pm RocketAssistedPuffin New Issue
Aug 7, 2020 2:39 pm BadgerBadger Assigned To => BadgerBadger
Aug 7, 2020 2:39 pm BadgerBadger Status new => resolved
Aug 7, 2020 2:39 pm BadgerBadger Resolution open => fixed
Aug 7, 2020 2:39 pm BadgerBadger Fixed in Version => 2.117 Ion Cannons And Melee Units
Aug 7, 2020 2:39 pm BadgerBadger Note Added: 0057991