Classes:BrokenPowerCoupling
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).
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Broken power coupling | |||
---|---|---|---|
Actor type | Quest item | Game | ![]() |
DoomEd Number | 226 | Class Name | BrokenPowerCoupling |
Conversation ID | 289 | Puzzle Item ID | N/A |
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 } }
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.