From b9124b049a47323cafa8807db4d501fb32a53297 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sun, 12 Oct 2025 17:38:12 -0300 Subject: fix problem with outfit comparisons - fixes #39 --- src/crnonpl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crnonpl.cc') diff --git a/src/crnonpl.cc b/src/crnonpl.cc index f334626..cfd36b3 100644 --- a/src/crnonpl.cc +++ b/src/crnonpl.cc @@ -2578,7 +2578,7 @@ void TMonster::IdleStimulus(void){ case IMPACT_OUTFIT:{ TOutfit Outfit = {}; Outfit.OutfitID = SpellData->ImpactParam1; - Outfit.PackedData = (uint32)SpellData->ImpactParam2; + Outfit.ObjectType = SpellData->ImpactParam2; int Duration = SpellData->ImpactParam3; Impact = new TOutfitImpact(this, Outfit, Duration); break; -- cgit v1.2.3