summaryrefslogtreecommitdiff
path: root/ueditor.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'ueditor.rpy')
-rw-r--r--ueditor.rpy6
1 files changed, 4 insertions, 2 deletions
diff --git a/ueditor.rpy b/ueditor.rpy
index 183e022..45ff1f4 100644
--- a/ueditor.rpy
+++ b/ueditor.rpy
@@ -211,7 +211,9 @@ init python:
return "ERROR (%d)" % job
def ParseEle(ele):
- if ele == 1:
+ if ele == 0:
+ return "Neutral"
+ elif ele == 1:
return "Fire"
elif ele == 2:
return "Water"
@@ -301,7 +303,7 @@ init python:
elif job == 4:
STR=400;HP=400; # Archer (balanced)
elif job == 5:
- STR=600;HP=200; # Gunner
+ STR=600;HP=200; # Gunner (unused)
elif job == 6:
STR = 0;HP = 0; # Special
# Apply rarity modified