Lock 129 Doom
{
	//$Title "Any red key"
	Any { RedCard RedSkull KeyGreen }
	Message "$PD_REDK"
	RemoteMessage "$PD_REDO"
	Mapcolor 255 0 0
	LockedSound "misc/lock"
}


Lock 130 Doom
{
	//$Title "Any blue key"
	Any { BlueCard BlueSkull KeyBlue }
	Message "$PD_BLUEK"
	RemoteMessage "$PD_BLUEO"
	Mapcolor 0 0 255
	LockedSound "misc/lock"
}


Lock 131 Doom
{
	//$Title "Any yellow key"
	Any { YellowCard YellowSkull KeyYellow }
	Message "$PD_YELLOWK"
	RemoteMessage "$PD_YELLOWO"
	Mapcolor 255 255 0
	LockedSound "misc/lock" 
}