diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-13 03:35:56 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-13 03:35:56 -0300 |
| commit | 15b40c7915fca14e537534ae9ba03f3add965943 (patch) | |
| tree | de3ee3c61962b300bd7457cc81845e7891c4b896 /src/magic.cc | |
| parent | 7d298e5a4119df0910daa070af1d23567a83e90c (diff) | |
| download | game-15b40c7915fca14e537534ae9ba03f3add965943.tar.gz game-15b40c7915fca14e537534ae9ba03f3add965943.zip | |
more work on `operate.cc`
Diffstat (limited to 'src/magic.cc')
| -rw-r--r-- | src/magic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/magic.cc b/src/magic.cc index 6cff8bc..0b161ec 100644 --- a/src/magic.cc +++ b/src/magic.cc @@ -2401,7 +2401,7 @@ void CancelInvisibility(TCreature *Actor, Object Target, int ManaPoints, int Sou if(Victim->Skills[SKILL_ILLUSION]->Get() == 0){ Victim->Outfit = Victim->OrgOutfit; AnnounceChangedCreature(Victim->ID, CREATURE_OUTFIT_CHANGED); - NotifyAllCreatures(Victim->CrObject, 2, NONE); // CREATURE_APPEAR ? + NotifyAllCreatures(Victim->CrObject, OBJECT_CHANGED, NONE); }else{ Effect = EFFECT_BLOCK_HIT; |
