Changeset 589 for abuse/trunk/data/addon/aliens/powerups.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/powerups.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)
Note: See TracChangeset
for help on using the changeset viewer.