0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom.git synced 2024-12-21 01:51:02 +00:00
gzdoom/wadsrc/static/actors/chex/chexkeys.txt
2008-08-30 19:44:19 +00:00

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