class FakePlant : Actor {
	Default {
		Height 64;
		Radius 16;
		+SOLID
	}
	States {
		Spawn:
			FKPL A 1;
	}
}