summaryrefslogtreecommitdiff
path: root/ueditor_adv.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'ueditor_adv.rpy')
-rw-r--r--ueditor_adv.rpy3
1 files changed, 2 insertions, 1 deletions
diff --git a/ueditor_adv.rpy b/ueditor_adv.rpy
index 9f53a02..32ac53d 100644
--- a/ueditor_adv.rpy
+++ b/ueditor_adv.rpy
@@ -79,7 +79,7 @@ label ueditor_supernew:
atd = " +%d" % i
allunitsbase.append({"skill_id": 0,
"strength": 500,
- "rare": rar+i,
+ "rare": rar,
"name": "%s%s" % (name, atd),
"ability_id": 0,
"attribute": ele,
@@ -94,6 +94,7 @@ label ueditor_supernew:
"flavor": desc})
current = len(allunitsbase)-1
ueditor_recalc(False, shp, ssr)
+ rar += 1
i+=1
pass