gzdoom-gles/wadsrc/static/actors/chex/chexkeys.txt

17 lines
274 B
Plaintext

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