Revert "Lose 25% of current power on death"
This reverts commit 6c6e4d8484
.
This commit is contained in:
parent
6c6e4d8484
commit
d524909f3a
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue