Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 96478b1

Browse filesBrowse files
authored
Changed check (to avoid conflict with Impossible mode)
1 parent e6b4b73 commit 96478b1
Copy full SHA for 96478b1

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎js/snake.js‎

Copy file name to clipboardExpand all lines: js/snake.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ SNAKE.Snake = SNAKE.Snake || (function() {
142142

143143
if (isNaN(val)) {
144144
val = 75;
145-
} else if (val < 50) {
145+
} else if (val < 25) {
146146
val = 75
147147
}
148148

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.