mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-01-17 00:06:00 -05:00
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:
@@ -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) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user