PyreGem: now actually works!

MimmoO 2010-12-06 19:31:27 +01:00
parent 9ff39245dd
commit 08bb5b8ea9
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ protected func Departure( from)
func Hit()
{
AddEffect("GemPyre",nil,100,1,nil,nil,[GetX(),GetY()],e,this->GetOwner(),thrower);
AddEffect("GemPyre",nil,100,1,nil,nil,[GetX(),GetY()],e,this->GetOwner(),thrower->GetOwner());
RemoveObject();
}
global func FxGemPyreStart(object target, int num, int temporary, c, e, owner,thrower)