blob: 7c480071df5ca33b9fd4cc73fd398f5c9f22c7c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#strict
#appendto EGBL
func Activate(pClonk)
{
[$Shot$|Image=GNPW]
Sound("Blast2");
Sound("Crystal3");
Exit(this(),-20+40*GetDir(pClonk));
SetXDir(-100+200*GetDir(pClonk));
SetYDir(-10);
return(1);
}
|