mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-07 13:30:19 +00:00
20 lines
314 B
Text
20 lines
314 B
Text
|
// These are merely renames of the Doom cards
|
||
|
|
||
|
actor ChexBlueCard : BlueCard 5
|
||
|
{
|
||
|
Game Chex
|
||
|
inventory.pickupmessage "$GOTCBLUEKEY"
|
||
|
}
|
||
|
|
||
|
actor ChexYellowCard : YellowCard 6
|
||
|
{
|
||
|
Game Chex
|
||
|
inventory.pickupmessage "$GOTCYELLOWKEY"
|
||
|
}
|
||
|
|
||
|
actor ChexRedCard : RedCard 13
|
||
|
{
|
||
|
Game Chex
|
||
|
inventory.pickupmessage "$GOTCREDKEY"
|
||
|
}
|