//Empty actors for compatibility with ST mods
Actor ST4ZD_Nothing {
	Radius 0
	Height 0
	+INVISIBLE
	+NOCLIP
	+NOINTERACTION
	+NOBLOCKMAP
	+NOGRAVITY
}
Actor CustomPickupInvasionSpot : ST4ZD_Nothing {}
Actor FloatyIcon : ST4ZD_Nothing {}
Actor TeamItem : ST4ZD_Nothing {}
Actor Flag : ST4ZD_Nothing {}
Actor CustomMonsterInvasionSpot : ST4ZD_Nothing {}

Actor Rune : Inventory {
	Radius 0
	Height 0
	+INVISIBLE
	+NOCLIP
	+NOINTERACTION
	+NOBLOCKMAP
	+NOGRAVITY
}
Actor RuneDoubleDamage : Rune {}
Actor RuneDoubleFiringSpeed : Rune {}
Actor RuneDrain : Rune {}
Actor RuneSpread : Rune {}
Actor RuneHalfDamage : Rune {}
Actor RuneRegeneration : Rune {}
Actor RuneProsperity : Rune {}
Actor RuneReflection : Rune {}
Actor RuneHighJump : Rune {}
Actor RuneSpeed25 : Rune {}