Classes:Medikit
A health-restoring item in Doom. It restores 25 hit points.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Medical kit | |||
---|---|---|---|
Actor type | Health | Game | ![]() |
DoomEd Number | 2012 | Class Name | Medikit |
Spawn ID | 24 | Identifier | T_MEDKIT |
DECORATE definition
ACTOR Medikit : Health { Inventory.Amount 25 Inventory.PickupMessage "$GOTMEDIKIT" // "Picked up a medikit." Health.LowMessage 25, "$GOTMEDINEED" // "Picked up a medikit that you REALLY need!" States { Spawn: MEDI 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.