actor GhoulAmmo : Ammo
{
  inventory.pickupmessage ""
  inventory.amount 3
  inventory.maxamount 3
  inventory.icon "TNT1A0"
  ammo.backpackamount 3
  ammo.backpackmaxamount 3
  +INVENTORY.IGNORESKILL
  states
  {
  Spawn:
    TNT1 A -1
    stop
  }
}

actor Cheapcheck : Inventory // Used to prevent R_Drawtrans false and any other BS settings to cheat.
{
inventory.amount 1
inventory.maxamount 1
States
{
Spawn:
TNT1 A 1
Loop
}
}

actor Creeperheal : Health
{
//  inventory.pickupmessage "Boo"
  inventory.amount 70
  inventory.maxamount 70
  +COUNTITEM
  states
  {
  Spawn:
    TNT1 A -1
    stop
  }

}

actor gibmeplz // Test the gibs
{
damagetype "Jitter"
PROJECTILE
Speed 1
States
{
Spawn:
TNT1 A 1
TNT1 A 0 A_Explode(255,255,1)
Stop
}
}

actor Cyborgstomp
{
PROJECTILE
+NOBLOOD
damage 0
radius 10
Speed 20
+CLIENTSIDEONLY
deathsound "CyborgStomp"
States
{
Spawn:
TNT1 A 1
Stop
Death:
TNT1 A 0
TNT1 A 1 //A_PlaySound("CyborgStomp")
Stop
}
}

ACTOR ArchvileFirex : ArchvileFire
{
	Speed 5
	+NOINTERACTION
        +NOBLOCKMAP
        +NOCLIP
		+CLIENTSIDEONLY
}

ACTOR ArchvileFirex2 : ArchvileFirex
{
	Speed 2
}

ACTOR ArchvileFirex3 : ArchvileFirex
{
	translation "160:167=96:111"
}

ACTOR ArchvileFirex4 : SpawnFire replaces TeleportFog
{
+NOINTERACTION
+CLIENTSIDEONLY
renderstyle none // No more giving away spawn spots
translation "160:167=192:207"
States
{
Spawn:
FIRE A 0
FIRE A 0 A_PlaySoundEx("newteleportfog","Voice")
FIRE ABCDEFGH 4 Bright
Stop
}
}

ACTOR Cuthead replaces Hissy
{
- SOLID
+NOBLOCKMAP
Scale 0.1
States
{
Spawn:
DECR A -1
Loop
}
}