mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-17 10:00:54 +00:00
19 lines
307 B
Text
19 lines
307 B
Text
// These are merely renames of the Doom cards
|
|
|
|
actor ChexBlueCard : BlueCard
|
|
{
|
|
Game Chex
|
|
inventory.pickupmessage "$GOTCBLUEKEY"
|
|
}
|
|
|
|
actor ChexYellowCard : YellowCard
|
|
{
|
|
Game Chex
|
|
inventory.pickupmessage "$GOTCYELLOWKEY"
|
|
}
|
|
|
|
actor ChexRedCard : RedCard
|
|
{
|
|
Game Chex
|
|
inventory.pickupmessage "$GOTCREDKEY"
|
|
}
|