home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 13 / 1995-12_Disc_13.iso / abuse / lisp / share.lsp < prev    next >
Lisp/Scheme  |  1995-08-31  |  554b  |  21 lines

  1. ;; Copyright 1995 Crack dot Com,  All Rights reserved
  2. ;; See licencing information for more details on usage rights
  3.  
  4.  
  5. ;; this stuff ids in the registered version
  6.  
  7. (setq DFRIS_BULLET       SHOTGUN_BULLET)
  8. (setq PLASMAGUN_BULLET   SHOTGUN_BULLET)
  9. (setq LSABER_BULLET      SHOTGUN_BULLET)
  10.  
  11.  
  12. (setq PLASMA_ICON20      MBULLET_ICON5)
  13. (setq PLASMA_ICON50      MBULLET_ICON5)
  14. (setq LSABER_ICON50      MBULLET_ICON5)
  15. (setq LSABER_ICON100     MBULLET_ICON5)
  16. (setq DFRIS_ICON4        MBULLET_ICON5)
  17. (setq DFRIS_ICON10       MBULLET_ICON5)
  18.  
  19.  
  20. (defun dfris_ai () nil)
  21.