Add files via upload

This commit is contained in:
Harveykang
2020-12-15 19:44:01 +08:00
committed by GitHub
parent 41f4940229
commit 7562e6f227
+1 -1
View File
@@ -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;