### since nomad arkship also uses titanic-sized weapons, but with buffed damage,
### there needs to be a trigger to separate the titanic weapons for normal ships
### and those that go into the arkship. this inline sets a potential trigger for
### that purpose

potential = {
	from = { country_uses_bio_ships = $BIOSHIP_WEAPON$ }
	is_arkship_ship = $ARKSHIP_WEAPON$
}

show_tech_unlock_if = {
	country_uses_bio_ships = $BIOSHIP_WEAPON$
}
