Classes:Stimpack
A health restoring item in Doom. It restores 10 hit points.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Stimulant pack | |||
---|---|---|---|
Actor type | Health | Game | ![]() |
DoomEd Number | 2011 | Class Name | Stimpack |
Spawn ID | 23 | Identifier | T_STIMPACK |
DECORATE definition
ACTOR Stimpack : Health { Inventory.Amount 10 Inventory.PickupMessage "$GOTSTIM" // "Picked up a stimpack." States { Spawn: STIM A -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.