fixed the man
This commit is contained in:
parent
e46bc26acf
commit
a1fe08c69d
@ -87,7 +87,7 @@ pass.addEventListener('click', e=>{
|
||||
|
||||
function leaderchange(){
|
||||
turn = turn==1 ? 2 : 1;
|
||||
param.innerText = (turn == 1 ? "Starin" : "Lenin") + "'s turn";
|
||||
param.innerText = (turn == 1 ? "Stalin" : "Lenin") + "'s turn";
|
||||
}
|
||||
function turnchange(){
|
||||
turn = turn==1 ? 2 : 1;
|
||||
|
Loading…
Reference in New Issue
Block a user