actor Tenguman : ClassBase
{
Player.ScoreIcon "C_08A0X"
player.displayname "Tenguman"
player.soundclass "tengumanc"
player.startitem "TornadoHoldBoss"
player.startitem "FeelMyPowerAmmo", 252
player.startitem "TenguHoverItem"

player.startitem "IceWaveWeakness2", 1
player.startitem "SpreadDrillWeakness2", 1

player.startitem "IceSlasherWeakness", 1
player.startitem "BlizzardAttackWeakness", 1
player.startitem "FreezeCrackerWeakness", 1
player.startitem "IceWaveWeakness", 1
//player.startitem "IceWallWeakness", 1
player.startitem "SpreadDrillWeakness", 1
States
{
Spawn:
TENG A 0 
TENG B 1
TENG A 1
Goto Spawn+2
See:
TENG BCDE 5
Goto Spawn
Missile:
TENG F 5
TENG G 4
goto Spawn
ClassPain:
TENG H 0
goto PainContinue
DeathFix:
TENG H 0
goto DeathContinue
ClassDeath:
TENG H 1
goto MegaDeathEnd
}
}