Updated spawns at GCW base Talus

Updated patrol routes Dantooine
Updated patrol routes Dathomir
Updated patrol routes Naboo
Updated patrol routes Talus
Updated spawns on Naboo
Updated spawns on Tatooine
Updated spawns on Yavin 4
Changed notification sound for leaving/incoming shuttle inside starports
Updated clicky collections
Updated buildout - atmosphere
Updated buildout - character farm
Updated buildout - collection
Updated buildout - common
This commit is contained in:
Undercova
2021-01-22 16:15:14 +01:00
parent fe6b418933
commit ae5f60193c
15 changed files with 5110 additions and 4252 deletions

View File

@@ -107,7 +107,7 @@ class TravelGroup(landTime: Long, groundTime: Long, airTime: Long) : Runnable {
val shuttle = tp.shuttle ?: continue // No associated shuttle
val starport = tp.starport
if (starport != null) {
val soundFile = if (landed) "sound/ui_alarm_clock3.snd" else "sound/ui_alarm_clock5.snd"
val soundFile = if (landed) "sound/ui_som_analysis_succeed.snd" else "sound/ui_som_analysis_fail.snd"
val effect = PlayMusicMessage(0, soundFile, 1, false)
starport.runOnChildObjectsRecursively { obj -> obj.sendSelf(effect) }
}