This commit is contained in:
Bryce Allen
2015-03-30 23:16:22 -05:00
parent 2aa285fc59
commit 2423ccb65f

View File

@@ -238,6 +238,7 @@ class HuntReward(object):
self.cap = True
self.kill = True
elif self.condition == "Body Carve":
# TODO: some monsters have 4 body carves
self.skill = SKILL_CARVING
self.cap = False
self.kill = True