mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
play music on landmark events
This commit is contained in:
@@ -561,6 +561,7 @@ var World = {
|
||||
} else if(typeof World.LANDMARKS[curTile] != 'undefined') {
|
||||
if(curTile != World.TILE.OUTPOST || !World.outpostUsed()) {
|
||||
Events.startEvent(Events.Setpieces[World.LANDMARKS[curTile].scene]);
|
||||
AudioEngine.playEventMusic(Events.Setpieces[World.LANDMARKS[curTile].scene].audio);
|
||||
}
|
||||
} else {
|
||||
if(World.useSupplies()) {
|
||||
|
||||
Reference in New Issue
Block a user