Fix team colors of most teams in A Space Adventure to denote correct ally status
A Space Adventure often gave different colors to allied teams, which is wrong!
A few exceptions remain for technical reasons.
add_subdirectory("A_Classic_Fairytale")
add_subdirectory("A_Space_Adventure")
file(GLOB Scripts *.lua)
install(FILES
${Scripts}
DESTINATION ${SHAREPATH}Data/Missions/Campaign)