Classes:BowlOfVegetables
Jump to navigation
Jump to search
Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why:
|
| Bowl of vegetables | |||
|---|---|---|---|
| Actor type | Health | Game | |
| DoomEd Number | 2012 | Class Name | BowlOfVegetables |
Classes:Actor→Inventory→Health→Medikit→BowlOfVegetables
A bowl containing various vegetables.
DECORATE definition
ACTOR BowlOfVegetables : Medikit { Inventory.PickupMessage "$GOTVEGETABLES" // "Picked up a bowl of vegetables." Health.LowMessage 25, "$GOTVEGETABLESNEED" // "Vegetables are REALLY good for you!" }