Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ACTOR Rhino : DoomWeapon 20510
- {
- Game Doom
- //$Category New Weapons
- //$Title Chiappa Rhino
- weapon.Slotnumber 2
- Weapon.SelectionOrder 1900
- Weapon.AmmoUse 1
- Weapon.AmmoGive 20
- Weapon.AmmoType "Clip"
- Attacksound "sounds/357pistol"
- +WEAPON.WIMPY_WEAPON
- Inventory.Pickupmessage "You got the Chiappa Rhino!"
- Tag "Rhino"
- Decal "BulletChip"
- States
- {
- Ready:
- MAG1 A 1 A_WeaponReady
- Loop
- Deselect:
- MAG1 A 1 A_Lower
- Loop
- Select:
- MAG1 A 1 A_Raise
- Loop
- Fire:
- MAG1 C 15 A_FireBullets (0, 0, 1, 30, "BulletPuff", FBF_NORANDOM | FBF_USEAMMO)
- MAG1 A 10
- MAG1 A 10 A_ReFire
- Goto Ready
- Flash:
- MAG1 C 7 Bright A_Light1
- Goto LightDone
- Spawn:
- MAGP A -1
- Stop
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement