mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-06 04:50:26 +00:00
16 lines
274 B
Text
16 lines
274 B
Text
// These are merely renames of the Doom cards
|
|
|
|
actor ChexBlueCard : BlueCard
|
|
{
|
|
inventory.pickupmessage "$GOTCBLUEKEY"
|
|
}
|
|
|
|
actor ChexYellowCard : YellowCard
|
|
{
|
|
inventory.pickupmessage "$GOTCYELLOWKEY"
|
|
}
|
|
|
|
actor ChexRedCard : RedCard
|
|
{
|
|
inventory.pickupmessage "$GOTCREDKEY"
|
|
}
|