Classes:DogFood
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Dog Food | |||
---|---|---|---|
Actor type | Health | Game | |
DoomEd Number | 39 | Class Name | DogFood |
Classes: Actor → Inventory → Health → DogFood
→DogFood2
Overview
A bowl of dog food. Gives 4 points of health.
DECORATE Definition
actor DogFood : Health 39 { inventory.amount 4 inventory.pickupsound "misc/health_pickup" states { Spawn: ALPO A -1 stop } }