View Issue Details

IDProjectCategoryLast Update
0024783AI War 2Bug - OtherMay 1, 2021 7:43 pm
Reporterdonblas Assigned ToBadgerBadger  
Severityminor 
Status resolvedResolutionfixed 
Product Version2.850 Icons, Targeting, And ODSS 
Fixed in Version2.850 Icons, Targeting, And ODSS 
Summary0024783: Minefield showing up in technology unlock strength comparision as ship, not defnese
DescriptionSee attached image
TagsNo tags attached.

Activities

donblas

Apr 30, 2021 8:20 pm

developer  

1.png (444,725 bytes)

BadgerBadger

May 1, 2021 6:13 pm

manager   ~0061301

Potential fix: Go to Human.cs and find this line
                            if ( mem.TypeData.IsTurret || (mem.TypeData.IsMobile && mem.TypeData.FleetMembershipStyle == FleetMembershipStyle.Planetary) )

Make this line
                                                     if ( mem.TypeData.IsTurret || (!mem.TypeData.IsMobile && mem.TypeData.FleetMembershipStyle == FleetMembershipStyle.Planetary) )

(this change inserts a ! right before mem.TypeData.IsMobile)

See if that cleans the problem up.

Chris_McElligottPark

May 1, 2021 7:43 pm

administrator   ~0061302

Thanks!

* Fixed an issue where minefields were showing up in technology unlock strength comparision as ship, not defense. Among other places.
** Thanks to donblas for reporting, Badger for the fix, and CRZgatecrusher for verifying the fix.

Issue History

Date Modified Username Field Change
Apr 30, 2021 8:20 pm donblas New Issue
Apr 30, 2021 8:20 pm donblas File Added: 1.png
May 1, 2021 6:13 pm BadgerBadger Note Added: 0061301
May 1, 2021 7:43 pm Chris_McElligottPark Assigned To => BadgerBadger
May 1, 2021 7:43 pm Chris_McElligottPark Status new => resolved
May 1, 2021 7:43 pm Chris_McElligottPark Resolution open => fixed
May 1, 2021 7:43 pm Chris_McElligottPark Fixed in Version => 2.850 Icons, Targeting, And ODSS
May 1, 2021 7:43 pm Chris_McElligottPark Note Added: 0061302