1
This commit is contained in:
parent
d50eeb344c
commit
5703d51dc6
@ -1173,6 +1173,7 @@ void Room::BattleReport()
|
||||
return false;
|
||||
}
|
||||
|
||||
#if 0
|
||||
if (a->stats.dead_times < b->stats.dead_times) {
|
||||
return true;
|
||||
}
|
||||
@ -1186,6 +1187,7 @@ void Room::BattleReport()
|
||||
if (a->stats.damage_amount_out < b->stats.damage_amount_out) {
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (a->stats.last_kill_timeseq < b->stats.last_kill_timeseq) {
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user