add missing carve fix

This commit is contained in:
Bryce Allen
2015-03-20 20:52:54 -05:00
parent 591ac4bdeb
commit 2b4e299ef5

View File

@@ -57,11 +57,11 @@ QUEST_B = "B"
QUEST_SUB = "Sub"
CARVING_SKILL_NONE = 0
CARVING_SKILL_PRO = 1
CARVING_SKILL_FELYNE_LOW = 2
CARVING_SKILL_FELYNE_HI = 3
CARVING_SKILL_CELEBRITY = 4
CARVING_SKILL_GOD = 5
CARVING_SKILL_PRO = 0 # prevent knockbacks but no extra carves
CARVING_SKILL_FELYNE_LOW = 1
CARVING_SKILL_FELYNE_HI = 2
CARVING_SKILL_CELEBRITY = 3
CARVING_SKILL_GOD = 4
import sys