Classes:BrokenPowerCoupling
From ZDoom Wiki
| Broken power coupling | |||
|---|---|---|---|
| Actor type | Quest item | Game | |
| DoomEd Number | 226 | Class Name | BrokenPowerCoupling |
| Conversation ID | 289 | Puzzle Item ID | N/A |
Classes: Inventory→BrokenPowerCoupling
This actor needs a description.
DECORATE definition
ACTOR BrokenPowerCoupling : Inventory 226 { Game Strife ConversationID 289, -1, -1 Health 40 +DROPPED +FLOORCLIP +INVENTORY.INVBAR Radius 16 Height 16 Tag "BROKEN_POWER_COUPLING" Inventory.MaxAmount 1 Inventory.Icon "I_COUP" Inventory.PickupMessage "$TXT_BROKENCOUPLING" // "You picked up the broken power coupling." Inventory.GiveQuest 8 States { Spawn: COUP C -1 Stop } }

