home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / projectiles / steilhandgranate.tik < prev   
Encoding:
Text File  |  2002-10-24  |  407 b   |  22 lines

  1. // The is the steilhandgranate used for secondary fire for player only.  
  2. // AI now uses steilhandgranate_ai version..
  3. //
  4. TIKI
  5.  
  6. $include models/projectiles/steilhandgranate_base.txt
  7.  
  8. init
  9. {
  10.     server
  11.     {
  12.         speed            700
  13.         minspeed        100
  14.         minlife            0.6
  15.  
  16. //    cooking--> secondary fire now just drops it at your feet.
  17. //    jsl--> took drop to your feet out...
  18. //        speed            10
  19. //        minspeed        10
  20.     }
  21. }
  22.