Changeset 20514 for lang/python/ssu

Show
Ignore:
Timestamp:
10/02/08 20:27:48 (3 months ago)
Author:
kuzuha
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/python/ssu/ssu.py

    r20513 r20514  
    3535            if (player in objects1 and itkz in objects2): 
    3636                if (itkz.rect().colliderect(obj.rect())): 
    37                     objects1.remove(obj) 
     37                    if obj in objects1: 
     38                        objects1.remove(obj) 
    3839                    itkz.health -= 1 
    3940                    if (itkz.health <= 0):