- Jun 8, 2017
- 782
- 1,802
MoonBox I think I found a bug.
In this update you have this check
But there are only 2 increments in the whole game for docPoints (starting from 0), so you can only have maximum of 2 for that variable. Either there should be an extra point somewhere that was missed, or that should be '>=' instead of '>'.
I found the docPoints only in these two points 'Think about Priya' and 'I was serious'. Am I missing something?
In this update you have this check
Code:
if docPoints>2:
I found the docPoints only in these two points 'Think about Priya' and 'I was serious'. Am I missing something?