0
0
Fork 0
mirror of https://github.com/ZDoom/qzdoom-gpl.git synced 2025-03-09 18:31:38 +00:00
qzdoom-gpl/wadsrc/static/zscript/chex/chexkeys.txt

26 lines
325 B
Text
Raw Normal View History

// These are merely renames of the Doom cards
class ChexBlueCard : BlueCard
{
Default
{
inventory.pickupmessage "$GOTCBLUEKEY";
}
}
class ChexYellowCard : YellowCard
{
Default
{
inventory.pickupmessage "$GOTCYELLOWKEY";
}
}
class ChexRedCard : RedCard
{
Default
{
inventory.pickupmessage "$GOTCREDKEY";
}
}