
Maybe would be possible to replace those double pistol (chaingun, lsot 4) with an auto rifle or better, a SMG like mp5, mac, 10 uzi, or something? Obviously, in pure cartoonish style like the other stuff

Code: Select all
ACTOR D2SuperDemon : Demon Replaces Demon
{
BloodColor "Green"
Obituary "%o was horribly slaughtered by Weed-Face."
States
{
Death:
//=(delete those things.) TNT1 A 0 A_Jump(10,"XDeath")
TNT1 I 0 A_UnsetSolid
SAD1 I 1 A_SpawnDebris("WeedFacesClub",1)
SAD1 I 4 A_Scream
SAD1 J 5
SAD1 KLM 10
SAD1 N 6 A_NoBlocking
SAD1 OP 2 Bright
SAD1 P 14 Bright
SAD1 P 0 A_PlaySound("Enemy/Disappear")
SAD1 QPQPQPQPQPQPQPQPQPQPQPQP 1 Bright
SAD1 QQQQQQQQQQQQQQQQQQQQQQQ 1 Bright A_FadeOut(0.05)
TNT1 A -1
Stop
//=(delete those things.) XDeath:
SARD A 4 A_PlaySound("NonHumanEnemy/Slop")
SARD B 4
SARD C 4
SARD D 4
SARD E 4 A_NoBlocking
SARD F 4
SARD GH 2 Bright
SARD H 14 Bright
SARD H 0 A_PlaySound("Enemy/Disappear")
SARD IHIHIHIHIHIHIHIHIHIHIHIHI 1 Bright
SARD IIIIIIIIIIIIIIIIIIIIIII 1 Bright A_FadeOut(0.05)
TNT1 A -1
Stop
Raise:
SAD1 A 0 A_PlaySound("Enemy/Disappear")
SAD1 QQQQQQQQQQQQQQQQQQQQQQQ 1 A_FadeIn(0.05)
SAD1 PQPQPQPQPQPQPQPQP 1 Bright
SAD1 PQ 2 Bright
SAD1 NMLKJI 3
Goto See
}
}