diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-31 11:17:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-31 11:17:24 -0300 |
commit | ca4c3827cec1f79185fdfd663aca1f7ecd9782a4 (patch) | |
tree | 81e3e693043eb9dfc760e422ee8856be7fe92d2b | |
parent | 09eb61361532341917021a2a3a42ea3c7f3e922e (diff) | |
download | sdk-ca4c3827cec1f79185fdfd663aca1f7ecd9782a4.tar.gz sdk-ca4c3827cec1f79185fdfd663aca1f7ecd9782a4.tar.bz2 sdk-ca4c3827cec1f79185fdfd663aca1f7ecd9782a4.tar.xz sdk-ca4c3827cec1f79185fdfd663aca1f7ecd9782a4.zip |
Update quests spec
-rw-r--r-- | qeditor.rpy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qeditor.rpy b/qeditor.rpy index 1aed0fc..e9a730c 100644 --- a/qeditor.rpy +++ b/qeditor.rpy @@ -253,6 +253,7 @@ init python: "cost": qec, "flags": qefl, "music": "bgm03", + "bg": "battle", "loot": [ ["1010", 1000+(qeid/5*25)], ["1020", 100+(qeid/5*10)], |