View Issue Details

IDProjectCategoryLast Update
0022849AI War 2Bug - GameplayFeb 27, 2020 6:27 pm
ReporterUbifan Assigned ToRocketAssistedPuffin  
Severityminor 
Status resolvedResolutionfixed 
Product Version2.001 Expansion 1: The Spire Rises! 
Fixed in Version2.004 Hotfix 
Summary0022849: Tesla Torpedo Frigates cant get loaded onto a flagship
DescriptionI tried to transport one of my fleets in my flagship. Except the Tesla Torpedo Frigates, they could all be transported without issue
TagsNo tags attached.

Activities

Ubifan

Feb 27, 2020 5:13 pm

reporter  

RocketAssistedPuffin

Feb 27, 2020 6:05 pm

reporter   ~0056124

Last edited: Feb 27, 2020 6:15 pm

should_never_be_captured_by_another_faction="true"

Due to this I think. Unsure why Transports refuse to load units with that.

BadgerBadger

Feb 27, 2020 6:09 pm

manager   ~0056125

#region GetCanBeTransported
        public CannotTransportReason GetCanBeTransported()
        {
            if ( !this.IsMobile )
                return CannotTransportReason.IAmNotMobile;
......
            if ( this.ShouldNeverBeCapturedByAnotherFaction )
                return CannotTransportReason.CannotTransportShouldNeverBeCapturedByAnotherFaction;

RocketAssistedPuffin

Feb 27, 2020 6:27 pm

reporter   ~0056126

* Fixed units with ShouldNeverBeCapturedByAnotherFaction set to true, such as Tesla Torpedo Frigates, from being loaded into Transports.
** Thanks to Ubifan for reporting.

Issue History

Date Modified Username Field Change
Feb 27, 2020 5:13 pm Ubifan New Issue
Feb 27, 2020 5:13 pm Ubifan File Added: Tesla Torpedo Frigates.save
Feb 27, 2020 6:05 pm RocketAssistedPuffin Assigned To => RocketAssistedPuffin
Feb 27, 2020 6:05 pm RocketAssistedPuffin Status new => assigned
Feb 27, 2020 6:05 pm RocketAssistedPuffin Note Added: 0056124
Feb 27, 2020 6:09 pm BadgerBadger Note Added: 0056125
Feb 27, 2020 6:15 pm RocketAssistedPuffin Note Edited: 0056124
Feb 27, 2020 6:27 pm RocketAssistedPuffin Status assigned => resolved
Feb 27, 2020 6:27 pm RocketAssistedPuffin Resolution open => fixed
Feb 27, 2020 6:27 pm RocketAssistedPuffin Fixed in Version => 2.004 Hotfix
Feb 27, 2020 6:27 pm RocketAssistedPuffin Note Added: 0056126