diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-24 17:02:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-24 17:02:54 -0300 |
commit | 4107a09929d89ae437ca30ce00aec7628c0c785d (patch) | |
tree | 3b18052f8d5aef8aa4b3b32d0ded45755a8d16fe | |
parent | 37b644bdadd5248080417819b97781210a7cb27e (diff) | |
download | sdk-4107a09929d89ae437ca30ce00aec7628c0c785d.tar.gz sdk-4107a09929d89ae437ca30ce00aec7628c0c785d.tar.bz2 sdk-4107a09929d89ae437ca30ce00aec7628c0c785d.tar.xz sdk-4107a09929d89ae437ca30ce00aec7628c0c785d.zip |
New quest spec (n/r n/w): music
-rw-r--r-- | qeditor.rpy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qeditor.rpy b/qeditor.rpy index c0295f6..e8b9810 100644 --- a/qeditor.rpy +++ b/qeditor.rpy @@ -244,6 +244,7 @@ init python: "requeriment": 0, "cost": qec, "flags": qefl, + "music": "bgm03", "loot": [ ["1010", 1000], ["1020", 100], |