Skip to content

Commit 14dec5b

Browse files
authored
Update script.js
1 parent 7acd636 commit 14dec5b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Assassin/script.js

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
let initialList = [
22
"SS"/*Sam*/, "SB"/*Sophia*/, "LL"/*Luca*/, "JA"/*Jad*/,
3-
"MK"/*Mads*/, "EF"/*Eli*/, "JZ"/*Joaquin*/,
4-
"IG"/*Gaeta*/
3+
"MK"/*Mads*/, "EF"/*Eli*/, "JZ"/*Joaquin*/, "IG"/*Gaeta*/
54
];
65
let killAction = [
7-
"word", "word",
8-
"word", "word",
9-
"word", "word",
10-
"word", "word"
6+
"seriously?", "magician",
7+
"toenail", "that's my drink",
8+
"I've no idea", "helicopter",
9+
"are you drunk?", "tiny dancer"
1110
];
1211

1312
function sfc32(a, b, c, d) {
@@ -22,7 +21,7 @@ function sfc32(a, b, c, d) {
2221
return (t >>> 0) / 4294967296;
2322
}
2423
}
25-
const seedgen = () => (77);//(Math.random()*2**32)>>>0;
24+
const seedgen = () => (641);//(Math.random()*2**32)>>>0;
2625
const getRand = sfc32(seedgen(), seedgen(), seedgen(), seedgen());
2726
for(let i=0; i<2; i++) console.log(getRand());
2827

0 commit comments

Comments
 (0)