v1 #4

已合併
rebillar 2023-12-29 21:34:13 +01:00dev 合併了 50 個提交至 master
只顯示提交 d075d532d7 的變更 - 顯示所有提交

查看文件

@ -41,6 +41,12 @@ class Player
this.death++; this.death++;
this.health=defaulthealth; this.health=defaulthealth;
players.forEach((p) => {
if(p.id==killerId) {
p.kill++;
}
});
net.died(this.id,killerId); net.died(this.id,killerId);
} }
} }