/*--- Eisklumpen ---*/ #strict 2 #appendto ICE1 local hit; protected func Hit() { if (!hit) { var frostwave = CreateObject(MFWV, 0, 0, NO_OWNER); frostwave->SetMaxRadius(60); frostwave->Activate(this); hit = true; } return _inherited(); }