mGm_Lizard

mGmTransAmmo.uc

Jul 30th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class mGmTransAmmo extends TransAmmo;
  2.  
  3. function bool AddAmmo(int AmmoToAdd)
  4. {
  5.     return false;
  6. }
  7.  
  8. defaultproperties
  9. {
  10.     PickupClass=None
  11.     MaxAmmo=5
  12.     InitialAmount=5
  13.     ItemName="mGmTransLauncher"
  14. }
Advertisement
Add Comment
Please, Sign In to add comment