Lock 1 Doom
{
	SatanicRedCard
	Message "you need a red keycard to open this door"
	RemoteMessage "you need a red keycard to activate this object"
	Mapcolor 255 0 0
}


Lock 2 Doom
{
	SatanicBlackCard
	Message "you need a black keycard to open this door"
	RemoteMessage "you need a black keycard to activate this object"
	Mapcolor 0 0 0
}


Lock 3 Doom
{
	SatanicWhiteCard
	Message "you need a white keycard to open this door"
	RemoteMessage "you need a white keycard to activate this object"
	Mapcolor 255 255 255
}


Lock 4 Doom
{
	SatanicRedSkull
	Message "you need a red skull to open this door"
	RemoteMessage "you need a red skull to activate this object"
	Mapcolor 255 0 0
}


Lock 5 Doom
{
	SatanicBlackSkull
	Message "you need a black skull to open this door"
	RemoteMessage "you need a black skull to activate this object"
	Mapcolor 0 0 0
}


Lock 6 Doom
{
	SatanicWhiteSkull
	Message "you need a white skull to open this door"
	RemoteMessage "you need a white skull to activate this object"
	Mapcolor 255 255 255
}


Lock 129 Doom
{
	Any { SatanicRedCard SatanicRedSkull KeyGreen }
	Message "$PD_REDK"
	RemoteMessage "$PD_REDO"
	Mapcolor 255 0 0
}


Lock 130 Doom
{
	Any { SatanicBlackCard SatanicBlackSkull KeyBlue }
	Message "you need a black key to open this door"
	RemoteMessage "you need a black key to activate this object"
	Mapcolor 0 0 0
}


Lock 131 Doom
{
	Any { SatanicWhiteCard SatanicWhiteSkull KeyYellow }
	Message "you need a white key to open this door"
	RemoteMessage "you need a white key to activate this object"
	Mapcolor 255 255 255
}


Lock 132 Doom
{
	Any { SatanicRedCard SatanicRedSkull }
	Message "$PD_REDK"
	RemoteMessage "$PD_REDO"
	Mapcolor 255 0 0
}


Lock 133 Doom
{
	Any { SatanicBlackCard SatanicBlackSkull }
	Message "you need a black key to open this door"
	RemoteMessage "you need a black key to activate this object"
	Mapcolor 0 0 0
}


Lock 134 Doom
{
	Any { SatanicWhiteCard SatanicWhiteSkull }
	Message "you need a white key to open this door"
	RemoteMessage "you need a white key to activate this object"
	Mapcolor 255 255 255
}

Lock 100
{
	Message "$PD_ANY"
	RemoteMessage "$PD_ANYOBJ"
	Mapcolor 128 128 255
}

Lock 228
{
	Message "$PD_ANY"
	RemoteMessage "$PD_ANYOBJ"
	Mapcolor 128 128 255
}

Lock 229 Doom
{
	Any { SatanicBlackCard SatanicBlackSkull KeyBlue}
	Any { SatanicWhiteCard SatanicWhiteSkull KeyYellow}
	Any { SatanicRedCard SatanicRedSkull KeyGreen}
	Message "$PD_ALL3"
	RemoteMessage "$PD_ALL3O"
}

Lock 101 Doom
{
	SatanicBlackCard 
	SatanicBlackSkull
	SatanicWhiteCard 
	SatanicWhiteSkull
	SatanicRedCard 
	SatanicRedSkull
	Message "$PD_ALL6"
	RemoteMessage "$PD_ALL6O"
}