Lock 7 Doom
{
	GreenCard
	Message "You need a green card to open this door!"
	RemoteMessage "You need a green card to activate this object!"
	Mapcolor 0 255 0
}


Lock 8 Doom
{
	OrangeCard
	Message "You need a orange card to open this door!"
	RemoteMessage "You need a orange card to activate this object!"
	Mapcolor 255 128 0
}

Lock 9 Doom
{
	SilverCard
	Message "You need a silver card to open this door!"
	RemoteMessage "You need a silver card to activate this object!"
	Mapcolor 128 128 128
}

Lock 10 Doom
{
	PinkCard
	Message "You need a pink card to open this door!"
	RemoteMessage "You need a pink card to activate this object!"
	Mapcolor 255 0 128
}

Lock 11 Doom
{
	GreenSkull
	Message "You need a green skull to open this door!"
	RemoteMessage "You need a green skull to activate this object!"
	Mapcolor 0 255 0
}


Lock 12 Doom
{
	OrangeSkull
	Message "You need a orange skull to open this door!"
	RemoteMessage "You need a orange skull to activate this object!"
	Mapcolor 255 128 0
}

Lock 13 Doom
{
	SilverSkull
	Message "You need a silver skull to open this door!"
	RemoteMessage "You need a silver skull to activate this object!"
	Mapcolor 128 128 128
}

Lock 14 Doom
{
	PinkSkull
	Message "You need a pink skull to open this door!"
	RemoteMessage "You need a pink skull to activate this object!"
	Mapcolor 255 0 128
}

Lock 72 Doom
{
	GreenSkull
	OrangeSkull
	Message "You need green and orange skull to open this door!"
	RemoteMessage "You need green and orange skull to activate this object!"
	Mapcolor 255 192 0
}
