Skip to content

Commit

Permalink
KOTOR: Add skill enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Nostritius authored and DrMcCoy committed Jan 20, 2019
1 parent 70446dc commit d11e19d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/engines/kotor/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,19 @@ enum SubRace {
kSubRaceWookie
};

enum Skill {
kSkillComputerUse = 0,
kSkillDemolitions,
kSkillStealth,
kSkillAwareness,
kSkillPersuade,
kSkillRepair,
kSkillSecurity,
kSkillTreatInjury,

kSkillMAX
};

enum EquipmentSlot {
kEquipmentSlotNone = 0,
kEquipmentSlotHead = 1U << 0,
Expand Down

0 comments on commit d11e19d

Please sign in to comment.