ACTOR DukeTeleportFog : TeleportFog replaces TeleportFog
{
  +NOBLOCKMAP
  +NOTELEPORT
  +NOGRAVITY
  RenderStyle Add
  scale 0.85
  States
  {
  Spawn:
    TELP ABCCCCDEF 2 Bright
    Stop
  }
}

ACTOR DukeRespawnFog : ItemFog replaces ItemFog 
{
  +NOBLOCKMAP
  +NOTELEPORT
  +NOGRAVITY
  RenderStyle Add
  scale 0.25
  States
  {
  Spawn:
    TELP ABCCCCDEF 2 Bright
    Stop
  }
}

ACTOR DukeSpawnFire : DukeTeleportFog replaces SpawnFire
{
}