Update bomb.py

Removed trailing whitespace
This commit is contained in:
Benefit-Zebra 2020-07-04 18:53:20 +05:30 committed by GitHub
parent 500ad1a52e
commit 5fdd12b535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1014,7 +1014,7 @@ class Bomb(ba.Actor):
# We don't want to give the credit and points to player,
# who punched the bomb of other player in a chain reaction.
# And this will protect the bomb from getting hit_type 'punch'.
# Also lets change the owner of the bomb to whoever is setting
# us off. (this way points for big chain reactions go to the
# person causing them).