You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cardgame.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ function generateUniqueCard(username) {
32
32
id,
33
33
name: `${username}'s Name Card`,
34
34
type: 'NAME',
35
-
description: 'A unique card that is created once per account. Getting two of the same name will get you the flag.',
35
+
description: 'A unique card that is created once per account. Getting two of name cards with the same name and ID will get you the flag. The ID of this card is: '+id,
0 commit comments