Classes:BrokenPowerCoupling
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:
|
| 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
Item to give to Governor Mourel when choosing a 'messy' chore for him. You get it either by destroying Front's Power Coupling (wrong way) or by finding an old already broken one (right way).
DECORATE definition
ACTOR BrokenPowerCoupling : Inventory { Health 40 +DROPPED +FLOORCLIP +INVENTORY.INVBAR Radius 16 Height 16 Tag "$TAG_BROKENCOUPLING" // "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 } }