From 1378f2c7ddbdc0e5f3b1b9adc68b6e53eb3e5bfd Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sun, 18 May 2025 18:03:45 -0300 Subject: remove code from reference files to get an idea of the progress --- src/skill.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/skill.cc') 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(); } -- cgit v1.2.3