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