jonesguy14 / footballcoach

Android App for playing/simulating/recruiting as a college football coach
Other
34 stars 8 forks source link

Update kickoff/freekick to return if gametime <= 0 #40

Closed destilla closed 8 years ago

destilla commented 8 years ago

Onside kicks were happening if a trailing team scored a meaningless TD as time expired. It didn't change the outcome because kicks can't be returned, but it would still log onside kick tries that technically shouldn't happen.

image

destilla commented 8 years ago

in the screenshot: NWJ scores a TD that brings them within 5 points as time expires. No XP try because it wouldn't change the outcome. The logic still had them kickoff and they tried onside, which was then logged.

destilla commented 8 years ago

Sorry I keep spamming these, I tried to squeeze it into the last pull request but you were too fast for me, haha.

jonesguy14 commented 8 years ago

Yeah no worries lol, it's just one click for me anyways.