Classes:Medikit
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Medikit | |||
---|---|---|---|
Actor type | Health | Game | |
DoomEd Number | 58 | Class Name | Medikit |
Classes: Actor → Inventory → Health → Medikit
→Medikit2
Overview
Medikit which gives 25 points of health.
DECORATE Definition
actor Medikit : Health 58 { inventory.amount 25 inventory.pickupsound "misc/medkit_pickup" states { Spawn: MEDI A -1 stop } }