diff --git a/main.go b/main.go
index d5e05d65a87566fdf5a2c4d6d67c418fbb4ef997..218ce4d7c9ac17247f694b73a4ce9e89fac34921 100644
--- a/main.go
+++ b/main.go
@@ -52,7 +52,7 @@ func main() {
 			"Concentrate and ask again",
 		}
 		var answers []string
-		switch rand.IntN(2) {
+		switch rand.IntN(3) {
 		case 0:
 			answers = positive
 			break