Package: funnyboat
Version: 1.5-6
The titanic cannot be sunk if the steamboat shoots birds and
cannonball at it. Thus, it's almost impossible to win.
birds costs titanic 12 points ; cannonball 1 point. if shooting the
titanic with birds, titanic life count goes negative without
beeing zero at any time. Currently, titanic dies if health is zero.
2.6.26-2-686 #1 SMP
--> suggestion :
in funnyboat/titanic.py, line 46 : replace
if self.health == 0:
by
if self.health <= 0:
Thanks.
Vivien
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]