mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-06 04:50:26 +00:00
dbcc246cf3
SVN r1188 (trunk)
19 lines
314 B
Text
19 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"
|
|
}
|