source: abuse/branches/lol/data/lisp/share.lsp @ 737

Last change on this file since 737 was 588, checked in by Sam Hocevar, 12 years ago

data: move original Abuse files to our main data directory and move
the Bong addon for Abuse Mac in there, too.

File size: 554 bytes
Line 
1;; Copyright 1995 Crack dot Com,  All Rights reserved
2;; See licensing 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)
Note: See TracBrowser for help on using the repository browser.