Don't change the bomb timer when passing it to another kart

This commit is contained in:
Alayan-stk-2 2018-11-20 04:08:21 +01:00 committed by GitHub
parent 95ecd55ce8
commit 0692d45611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,7 +177,7 @@
<!-- time is the time till a bomb explodes. time-increase is the time added
to timer when bomb is passed on. -->
<bomb time="30.0" time-increase="-5.0"/>
<bomb time="30.0" time-increase="0.0"/>
<!-- Powerup collect-mode decides what is collected if a kart has already an
powerup: same: get one more item of the same type.