summaryrefslogtreecommitdiff
path: root/qeditor_adv.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'qeditor_adv.rpy')
-rw-r--r--qeditor_adv.rpy2
1 files changed, 1 insertions, 1 deletions
diff --git a/qeditor_adv.rpy b/qeditor_adv.rpy
index be86f04..4c23d3c 100644
--- a/qeditor_adv.rpy
+++ b/qeditor_adv.rpy
@@ -114,7 +114,7 @@ label qeditor_supernew:
"quest_id": queid,
"difficulty": qdif, # FIXME too steep
"requeriment": qeid-1,
- "cost": 1+(qeid / 5),
+ "cost": 1+(qeid // 5),
"flags": qefl,
"music": "bgm03",
"bg": "battle",