max out options by default

This commit is contained in:
Stephen McQuay 2013-09-08 09:31:35 -07:00
parent eb9fa775b0
commit 2ad28180ee
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ import (
"net/http" "net/http"
) )
var hp = flag.Int("hp", 100, "") var hp = flag.Int("hp", 150, "")
var speed = flag.Float64("speed", 100, "") var speed = flag.Float64("speed", 150, "")
var weaponRadius = flag.Int("wrad", 100, "weapon radius") var weaponRadius = flag.Int("wrad", 100, "weapon radius")
var scannerRadius = flag.Int("srad", 100, "scanner radius") var scannerRadius = flag.Int("srad", 100, "scanner radius")