This commit is contained in:
2020-12-12 11:55:19 -06:00
parent 8a61b6263b
commit a1aa9a3396
2 changed files with 6 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ module TAC
return 7
end
return 1 if y <= 36 && x <= width - 74
return 1 if y <= 36 && x <= width - (36 * 3 + 4 * 6)
0
end