Classes:Shell
Shell ammo for the Doom shotgun and super shotgun. Gives four shells when picked up.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Shells | |||
---|---|---|---|
Actor type | Ammo | Game | ![]() |
DoomEd Number | 2008 | Class Name | Shell |
Spawn ID | 12 | Identifier | T_SHELLS |
DECORATE definition
ACTOR Shell : Ammo { Inventory.PickupMessage "$GOTSHELLS" // "Picked up 4 shotgun shells." Inventory.Amount 4 Inventory.MaxAmount 50 Ammo.BackpackAmount 4 Ammo.BackpackMaxAmount 100 Inventory.Icon "SHELA0" States { Spawn: SHEL 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.