From 7562e6f2276b8f784c7bb051afbd10b6145352ad Mon Sep 17 00:00:00 2001 From: Harveykang <46108547+Harveykang@users.noreply.github.com> Date: Tue, 15 Dec 2020 19:44:01 +0800 Subject: [PATCH] Add files via upload --- restore_scores.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore_scores.sc b/restore_scores.sc index 6c57581..d8960c8 100644 --- a/restore_scores.sc +++ b/restore_scores.sc @@ -135,7 +135,7 @@ __restore(pl, s_player) ->( scoreboard('activation', pl:i, actime); total_actime += actime; //抖M榜 - hurt = statistic(pl:i, 'custom', 'damamge_taken')/10; + hurt = statistic(pl:i, 'custom', 'damage_taken')/100; print(hurt); scoreboard('damageTaken', pl:i, hurt); total_hurt += hurt;