Revert "Lose 25% of current power on death"

This reverts commit 6c6e4d8484.
This commit is contained in:
Andrei "Akari" Alexeyev 2017-02-12 00:13:23 +02:00
parent 6c6e4d8484
commit d524909f3a

View file

@ -217,8 +217,6 @@ void player_realdeath(Player *plr) {
if(plr->iddqd)
return;
player_set_power(plr, plr->power * 0.75);
if(plr->lifes-- == 0 && global.replaymode != REPLAY_PLAY)
stage_gameover();
}