Changeset 589 for abuse/trunk/data/addon/aliens/powerold.lsp
- Timestamp:
- May 7, 2011, 4:06:03 PM (12 years ago)
- Location:
- abuse/trunk/data/addon/aliens
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/data/addon/aliens/powerold.lsp
r588 r589 11 11 (progn 12 12 (with_object (bg) (make_view_solid (find_rgb 255 255 255))) 13 (with_object (bg) (setq special_power SHLAMP ))13 (with_object (bg) (setq special_power SHLAMP_POWER)) 14 14 (with_object (add_object_after SHLMP2 (x) (y)) (link_object (bg))) 15 15 (with_object (add_object_after WTW (x) (y)) (link_object (bg))) … … 32 32 (set_light_y (get_light 0) (y))) 33 33 nil) 34 (if (not (eq (with_object (get_object 0) special_power) SHLAMP ))34 (if (not (eq (with_object (get_object 0) special_power) SHLAMP_POWER)) 35 35 (progn 36 36 (if (eq (total_lights) 1) … … 65 65 'SNEAKY_POWER 66 66 'HEALTH_POWER 67 'SHLAMP)67 'SHLAMP_POWER) 68 68 69 69 (defun give_player_health (amount) … … 154 154 (put_image (- (view_x2) 20) (+ (view_y1) 5) sneaky_image)) 155 155 (sneaky_draw used_special_power (player_number))) 156 (SHLAMP (player_draw (player_number))156 (SHLAMP_POWER (player_draw (player_number)) 157 157 (if (local_player) 158 158 (put_image (- (view_x2) 20) (+ (view_y1) 5) shlamp_image)))
Note: See TracChangeset
for help on using the changeset viewer.