pick up in adjacent tiles, fix bulk check

This commit is contained in:
2020-09-24 23:47:36 +03:00
parent bf13c9c7a2
commit d2b22f4760
10 changed files with 53 additions and 31 deletions

View File

@ -33,7 +33,7 @@ func init() {
//we can run logic in separate goroutines
//
// go doSometing(State,...)
// go doSomething(State,...)
//
//and there we go like this:
// func doSomething(State main.GameState, args...) {