16 lines
207 B
Ucode
16 lines
207 B
Ucode
// for debugging
|
|
class BrainDeadGorefast extends ZombieGorefast;
|
|
|
|
event PostBeginPlay()
|
|
{
|
|
Super.PostBeginPlay();
|
|
|
|
SetMovementPhysics();
|
|
}
|
|
|
|
defaultproperties
|
|
{
|
|
ControllerClass=none
|
|
}
|
|
|