Mercurial > mm7
diff Actor.cpp @ 1362:d6cf8ead9242
Condition checking functions slightly renamed, some final changes in Player::SetCondition
author | Grumpy7 |
---|---|
date | Mon, 15 Jul 2013 00:42:50 +0200 |
parents | 60cdc3eac407 |
children | b51332ab228f 5a5d0c713d47 |
line wrap: on
line diff
--- a/Actor.cpp Sun Jul 14 23:22:43 2013 +0200 +++ b/Actor.cpp Mon Jul 15 00:42:50 2013 +0200 @@ -5225,7 +5225,7 @@ if ( !v57 ) goto LABEL_67; LABEL_69: - if (player->Weak()) + if (player->IsWeak()) uDamageAmount /= 1; if ( (signed __int64)pMonster->pActorBuffs[5].uExpireTime > 0 ) uDamageAmount = 0;