home *** CD-ROM | disk | FTP | other *** search
/ Quake 'em / QUAKEEM.BIN / quake / programs / lasertag / lasertag.txt < prev   
Encoding:
Text File  |  1981-01-07  |  1.1 KB  |  20 lines

  1. ======================================================================
  2. Title           : Laser tag
  3. Author          : Kyle R. Hofmann
  4. E-mail address  : rhofmann@crl.com
  5. Description     : This patch allows players to be damaged as in a laser 
  6.                   tag game.  It is based upon a local chain, Qzar.  The 
  7.                   player has three lives.  When the player "dies", 
  8.                   instead of death, the player becomes invincible for 5 
  9.                   seconds and unable to use weapons for 10 seconds (I 
  10.                   added an EF_NOWEAPON bit to implement that).  After the 
  11.                   third death (player.lives = 0), the player really dies 
  12.                   (you get a corpse or gibs) and then comes back with 
  13.                   three more lives.  Also, players are completely unable 
  14.                   to injure their teammates; nothing at all happens when 
  15.                   your teammates are shot.
  16. Credits         : Adam Williamson for giving me the idea
  17. Format          : Unified diff
  18. ======================================================================
  19.  
  20.