This commit is contained in:
Andrei Alexeyev 2018-07-31 10:13:50 +03:00
parent 12a9acbc71
commit cb593cde87
No known key found for this signature in database
GPG key ID: 363707CD4C7FE8A4

View file

@ -301,7 +301,7 @@ static double marisa_star_property(Player *plr, PlrProperty prop) {
case PLR_PROP_SPEED: {
double s = marisa_common_property(plr, prop);
if(player_is_bomb_active(plr) < 0) {
if(player_is_bomb_active(plr)) {
s /= 4.0;
}