Classes:ClipBox
		
		
		
		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: 
 | 
| Clip box | |||
|---|---|---|---|
| Actor type | Ammo | Game |  (Doom) | 
| DoomEd Number | 2048 | Class Name | ClipBox | 
| Spawn ID | 139 | Identifier | T_AMMOBOX | 
Classes: Inventory→Ammo→Clip→ClipBox
A box of bullets gives five times the amount of bullets a clip does.
DECORATE definition
ACTOR ClipBox : Clip { Inventory.PickupMessage "$GOTCLIPBOX" // "Picked up a box of bullets." Inventory.Amount 50 States { Spawn: AMMO A -1 Stop } }