Classes:KeySwamp
Jump to navigation
Jump to search
Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why:
|
| Swamp key | |||
|---|---|---|---|
| Actor type | Key | Game | |
| DoomEd Number | 8039 | Class Name | KeySwamp |
| Spawn ID | 94 | Identifier | T_SERPENTKEY |
Classes: Inventory→Key→HexenKey→KeySwamp
Serpent key, also called swamp key.
DECORATE definition
ACTOR KeySwamp : HexenKey { Inventory.Icon KEYSLOTA Inventory.PickupMessage "$TXT_KEY_SWAMP" // "SWAMP KEY" States { Spawn: KEYA A -1 Stop } }