summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-26 15:41:07 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-26 15:41:07 -0300
commitbb84a80202fb32757294a1ebba3d129de1a3d826 (patch)
tree8eb71d677dc94722595f2ffd9df025dc06916b38
parentb2bb37955fca6ae39d6b72602f639f75a108252b (diff)
downloadclient-bb84a80202fb32757294a1ebba3d129de1a3d826.tar.gz
client-bb84a80202fb32757294a1ebba3d129de1a3d826.tar.bz2
client-bb84a80202fb32757294a1ebba3d129de1a3d826.tar.xz
client-bb84a80202fb32757294a1ebba3d129de1a3d826.zip
Attempt to play the battle music defined on the JSON instead of the builtin
version. Vulnerable to bugs.
-rw-r--r--game/quest.rpy6
1 files changed, 3 insertions, 3 deletions
diff --git a/game/quest.rpy b/game/quest.rpy
index bc26c33..ccd9527 100644
--- a/game/quest.rpy
+++ b/game/quest.rpy
@@ -163,9 +163,9 @@ label quest_selected:
# Okay, story-telling time is over: To arms!
#
$ TMP_MUSIC=get_sfx(quest["music"])
- #$ print str(TMP_MUSIC)
- #play music TMP_MUSIC.id() fadein 0.5
- play music MUSIC_BATTLE.id() fadein 0.5
+ #$ print "Stage music: "+str(TMP_MUSIC)
+ play music TMP_MUSIC fadein 0.5
+ #play music MUSIC_BATTLE.id() fadein 0.5
$ renpy.free_memory()
window hide
jump combat