Removed accidentally left over debug print.
This commit is contained in:
parent
476d48391f
commit
82a2da541e
2 changed files with 2 additions and 3 deletions
|
|
@ -97,7 +97,6 @@ extend Class SWWMHandler
|
|||
double ang = FRandom[SpareShells](0,360);
|
||||
g.vel.xy = Actor.AngleToVector(ang,FRandom[SpareShells](.4,.8));
|
||||
g.vel.z = FRandom[SpareShells](2.,4.);
|
||||
Console.Printf("Golden Shell dropped from %s (%s).",e.Thing.GetTag(),e.Thing.GetClassName());
|
||||
}
|
||||
}
|
||||
// Korax instakill
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue