0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom.git synced 2024-12-19 00:52:01 +00:00
gzdoom/wadsrc/static/actors/chex/chexkeys.txt

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"
}