diff options
-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)], |