Description
any_ship_in_system with trigger is_ship_size
Game Version
2.7.2
What version do you use?
Steam
What expansions do you have installed?
Synthetic Dawn, Utopia, Leviathans Story Pack, Apocalypse, Megacorp, Distant Stars, Ancient Relics, Lithoids
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
EDIT: for some reason this is only a console print concern.
As modder, I find more direct code issues. The trigger any_ship_in_system is not working anymore as before.
IMHO - this is not a minor bug. as this is many times used in vanilla and mods.
Steps to reproduce the issue.
You can test:
trigger = { any_system = { any_ship_in_system = { is_ship_size = marauder_station }}}
Works only as expected with any_fleet... (all in all no error msg)
Or as in vanilla used:
trigger = { any_system = { any_ship_in_system = { is_ship_size = pirate_station }}}
trigger = { event_target:lcluster_factory_system = { any_ship_in_system = { is_ship_size = graygoo_factory }}}
Workaround
Replace any_ship_in_system with any_fleet_in_system
Upload Attachment
(DID NOT ANSWER QUESTION)
any_ship_in_system with trigger is_ship_size
Game Version
2.7.2
What version do you use?
Steam
What expansions do you have installed?
Synthetic Dawn, Utopia, Leviathans Story Pack, Apocalypse, Megacorp, Distant Stars, Ancient Relics, Lithoids
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
EDIT: for some reason this is only a console print concern.
As modder, I find more direct code issues. The trigger any_ship_in_system is not working anymore as before.
Steps to reproduce the issue.
You can test:
trigger = { any_system = { any_ship_in_system = { is_ship_size = marauder_station }}}
Works only as expected with any_fleet... (all in all no error msg)
Or as in vanilla used:
trigger = { any_system = { any_ship_in_system = { is_ship_size = pirate_station }}}
trigger = { event_target:lcluster_factory_system = { any_ship_in_system = { is_ship_size = graygoo_factory }}}
Workaround
Replace any_ship_in_system with any_fleet_in_system
Upload Attachment
(DID NOT ANSWER QUESTION)
Last edited:
Upvote
0