forked from science-ation/science-ation

properly handle fields that could be NULL. Use the roll() to roll awards and prizes, both had potential NULL fields that were rolling to '0', causing downloaded awards/prizes to be unrecognized after rollover. This also means we can add fields and rollover will continue to work properly.