From 5fdd12b535a9af0c85cc3c807dbcf973a3fffbba Mon Sep 17 00:00:00 2001 From: Benefit-Zebra <42458260+Benefit-Zebra@users.noreply.github.com> Date: Sat, 4 Jul 2020 18:53:20 +0530 Subject: [PATCH] Update bomb.py Removed trailing whitespace --- assets/src/ba_data/python/bastd/actor/bomb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/src/ba_data/python/bastd/actor/bomb.py b/assets/src/ba_data/python/bastd/actor/bomb.py index ae6d0666..47a7463d 100644 --- a/assets/src/ba_data/python/bastd/actor/bomb.py +++ b/assets/src/ba_data/python/bastd/actor/bomb.py @@ -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).