diff options
Diffstat (limited to 'src/skill.cc')
| -rw-r--r-- | src/skill.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/skill.cc b/src/skill.cc index 909c787..629d935 100644 --- a/src/skill.cc +++ b/src/skill.cc @@ -66,7 +66,7 @@ void TSkill::Change(int Amount){ void TSkill::SetMDAct(int MDAct){ this->MDAct = MDAct; - if(this->SkNr == 4 && this->Master && this->Master->Type == PLAYER){ + if(this->SkNr == SKILL_GO_STRENGTH && this->Master && this->Master->Type == PLAYER){ // TODO(fusion): Same as `TSkill::Process`. ((TPlayer*)this->Master)->CheckState(); } |
