Changeset 20514 for lang/python/ssu
- Timestamp:
- 10/02/08 20:27:48 (3 months ago)
- Files:
-
- 1 modified
-
lang/python/ssu/ssu.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/python/ssu/ssu.py
r20513 r20514 35 35 if (player in objects1 and itkz in objects2): 36 36 if (itkz.rect().colliderect(obj.rect())): 37 objects1.remove(obj) 37 if obj in objects1: 38 objects1.remove(obj) 38 39 itkz.health -= 1 39 40 if (itkz.health <= 0):
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)