添加山东济宁第三个场景

This commit is contained in:
ZYT
2025-12-25 18:17:45 +08:00
parent b3d618d156
commit 9ce098b389
11 changed files with 237733 additions and 5 deletions

View File

@@ -860,7 +860,7 @@ public class GameManager : NetworkBehaviour
// roundInfo= RoundInfos[curRoundIndex];
bool isPk;
int pkIndex = Random.Range(0, 100);
isPk = pkIndex <= 20;
isPk = pkIndex <= 0;
if (isPk)
{
isPkEvent = true;