ACTOR Prisoner849 : DoomPlayer
{
	
	Player.Soundclass "Prisoner849"
	Player.DisplayName "Prisoner849"
	Player.StartItem "GezzdtDPistol"
	Player.StartItem "DPCharge", 50
	Player.StartItem "AutomagMag", 20
}

ACTOR Prisoner849WithAutoMag : DoomPlayer
{
	
	Player.Soundclass "Prisoner849"
	Player.DisplayName "Prisoner849 (Start with Automag)"
	Player.StartItem "GezzdtDPistol"
	Player.StartItem "GezzdtAutomag"
	Player.StartItem "DPCharge", 50
	Player.StartItem "AutomagMag", 20
	Player.StartItem "UClip", 20
}
