/* --- EDITED LOCKS AND DEMON KEY LOCKS ------------------------------------- */

ClearLocks

Lock 1 Doom
{
	//$Title "001: Red Keycard"
	RedCard
	Message "$PD_REDC"
	RemoteMessage "$PD_REDCO"
	Mapcolor 255 0 0
}

Lock 2 Doom
{
	//$Title "002: Blue Keycard"
	BlueCard
	Message "$PD_BLUEC"
	RemoteMessage "$PD_BLUECO"
	Mapcolor 0 0 255
}

Lock 3 Doom
{
	//$Title "003: Yellow Keycard"
	YellowCard
	Message "$PD_YELLOWC"
	RemoteMessage "$PD_YELLOWCO"
	Mapcolor 255 255 0
}

Lock 4 Doom
{
	//$Title "004: Red Skullkey"
	RedSkull
	Message "$PD_REDS"
	RemoteMessage "$PD_REDSO"
	Mapcolor 255 0 0
}

Lock 5 Doom
{
	//$Title "005: Blue Skullkey"
	BlueSkull
	Message "$PD_BLUES"
	RemoteMessage "$PD_BLUESO"
	Mapcolor 0 0 255
}

Lock 6 Doom
{
	//$Title "006: Yellow Skullkey"
	YellowSkull
	Message "$PD_YELLOWS"
	RemoteMessage "$PD_YELLOWSO"
	Mapcolor 255 255 0
}

Lock 100 Doom
{
	//$Title "100: Any key"
	Message "$PD_ANY"
	RemoteMessage "$PD_ANYOBJ"
	Mapcolor 128 128 255
}

Lock 101 Doom
{
	//$Title "101: All six keys"
	BlueCard 
	BlueSkull
	YellowCard 
	YellowSkull
	RedCard 
	RedSkull
	Message "$PD_ALL6"
	RemoteMessage "$PD_ALL6O"
}

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

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

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

Lock 201 Doom
{
	//$Title "201: Orange Demon Key"
	UnmakerUpgrade1Icon
	Message "$PD_ARTIFACT"
	RemoteMessage "$PD_ARTIFACT"
	LockedSound "NULL"
	Mapcolor 205 153 26
}

Lock 202 Doom
{
	//$Title "202: Purple Demon Key"
	UnmakerUpgrade2Icon
	Message "$PD_ARTIFACT"
	RemoteMessage "$PD_ARTIFACT"
	LockedSound "NULL"
	Mapcolor 128 26 205
}

Lock 203 Doom
{
	//$Title "203: Cyan Demon Key"
	UnmakerUpgrade3Icon
	Message "$PD_ARTIFACT"
	RemoteMessage "$PD_ARTIFACT"
	LockedSound "NULL"
	Mapcolor 0 153 153
}

Lock 229 Doom
{
	//$Title "229: One of each color"
	Any { BlueCard BlueSkull }
	Any { YellowCard YellowSkull }
	Any { RedCard RedSkull }
	Message "$PD_ALL3"
	RemoteMessage "$PD_ALL3O"
}
