0
0
Fork 0
mirror of https://github.com/ZDoom/qzdoom.git synced 2025-03-01 23:31:16 +00:00
qzdoom/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"
}