summaryrefslogtreecommitdiff
path: root/battle/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'battle/common.py')
-rw-r--r--battle/common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/battle/common.py b/battle/common.py
index dadc49d..0a40a57 100644
--- a/battle/common.py
+++ b/battle/common.py
@@ -199,6 +199,7 @@ def advance_wave(token, world, quest_id, next_wave):
"hp": int(900*mil),
"atk": int(100*mil),
"ele": en["attribute"],
+ "job": 2, # FIXME
"status_effects": 0
})