View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0022849 | AI War 2 | Bug - Gameplay | Feb 27, 2020 5:13 pm | Feb 27, 2020 6:27 pm | |
Reporter | Ubifan | Assigned To | RocketAssistedPuffin | ||
Status | resolved | Resolution | fixed | ||
Product Version | 2.001 Expansion 1: The Spire Rises! | ||||
Fixed in Version | 2.004 Hotfix | ||||
Summary | 0022849: Tesla Torpedo Frigates cant get loaded onto a flagship | ||||
Description | I tried to transport one of my fleets in my flagship. Except the Tesla Torpedo Frigates, they could all be transported without issue | ||||
Tags | No tags attached. | ||||
|
|
|
should_never_be_captured_by_another_faction="true" Due to this I think. Unsure why Transports refuse to load units with that. |
|
#region GetCanBeTransported public CannotTransportReason GetCanBeTransported() { if ( !this.IsMobile ) return CannotTransportReason.IAmNotMobile; ...... if ( this.ShouldNeverBeCapturedByAnotherFaction ) return CannotTransportReason.CannotTransportShouldNeverBeCapturedByAnotherFaction; |
|
* Fixed units with ShouldNeverBeCapturedByAnotherFaction set to true, such as Tesla Torpedo Frigates, from being loaded into Transports. ** Thanks to Ubifan for reporting. |
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 |