diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-07 17:15:40 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-07 17:15:40 -0300 |
| commit | 3d7fcfc4a6a1fc7016145b39596775bcd32be5c1 (patch) | |
| tree | ce0f9045c4b7647f8517ab9febb22edd414dc9bf /src/enums.hh | |
| parent | bd145c3ebfc082286486a8700b9ce20bfd7383e2 (diff) | |
| download | game-3d7fcfc4a6a1fc7016145b39596775bcd32be5c1.tar.gz game-3d7fcfc4a6a1fc7016145b39596775bcd32be5c1.zip | |
race loading
Diffstat (limited to 'src/enums.hh')
| -rw-r--r-- | src/enums.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/enums.hh b/src/enums.hh index 8257677..4801e49 100644 --- a/src/enums.hh +++ b/src/enums.hh @@ -415,14 +415,14 @@ enum Skill: int { SKILL_HITPOINTS = 2, SKILL_MANA = 3, SKILL_GO_STRENGTH = 4, // speed? - SKILL_CARRY_WEIGHT = 5, // capacity? + SKILL_CARRY_STRENGTH = 5, // capacity? SKILL_SHIELDING = 6, SKILL_DISTANCE = 7, SKILL_SWORD = 8, SKILL_CLUB = 9, SKILL_AXE = 10, SKILL_FIST = 11, - // 12? + SKILL_MAGIC_DEFENSE = 12, SKILL_FISHING = 13, SKILL_FED = 14, SKILL_LIGHT = 15, |
