Skip to content

Commit

Permalink
Update cItem.h
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonSlayer62 committed Jan 17, 2025
1 parent 39cda62 commit c338f92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/cItem.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ class CItem : public CBaseObject
auto GetGridLocation() const -> SI08;
auto SetGridLocation( SI08 newLoc ) -> void;

virtual SI16 GetArtifactRarity(void) const;
virtual void SetArtifactRarity(SI16 newValue);
SI16 GetArtifactRarity(void) const;
void SetArtifactRarity(SI16 newValue);

virtual SI16 GetDurabilityHpBonus(void) const;
virtual void SetDurabilityHpBonus(SI16 newValue);
SI16 GetDurabilityHpBonus(void) const;
void SetDurabilityHpBonus(SI16 newValue);

auto GetStealable() const -> UI08;
auto SetStealable( UI08 newValue ) -> void;
Expand Down

0 comments on commit c338f92

Please sign in to comment.