
base doom;
Height 0;

statusbar normal, fullscreenoffsets
{

	// ============================================================
	// ======================== All class! ==========================
	// ============================================================
	
	InInventory TeleportCharge, 10
	{
	DrawBar "TPTBAR1", "TPTBAR0", TeleportCharge, horizontal, interpolate(35), -17 + center, -60;
	drawstring SMALLFNT, Green, "Teleporting...",  55 + center, -75;
	
	}
	
	
	
	InInventory PowerInvulnerable
	{
	drawimage "INVUL", 0, 0;
	}
	

}
	
		
				
	
