Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ceddral
fahrradwurstmond
Commits
6ad1a4b3
Commit
6ad1a4b3
authored
Sep 19, 2021
by
ceddral
Browse files
game: fix base game number of followers
parent
35715c72
Changes
1
Hide whitespace changes
Inline
Side-by-side
game.go
View file @
6ad1a4b3
...
...
@@ -180,7 +180,7 @@ func tokensByExtension(ext string) map[Token]int {
switch
ext
{
case
"base"
:
return
map
[
Token
]
int
{
tFollower
:
8
,
tFollower
:
7
,
}
default
:
panic
(
fmt
.
Sprintf
(
"unknown extension <%s>"
,
ext
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment