snhobbs / DetectiveBuckPasser

Text Adventure Game
The Unlicense
4 stars 1 forks source link

Items loading #5

Closed snhobbs closed 7 years ago

snhobbs commented 7 years ago

When loading items in from a save the bottles went away and every subsequent save the number of whiskey doubles. Likely double writing to the db and an off by 1 error

snhobbs commented 7 years ago

inventories are correct for room inventories, errors only for the hero

snhobbs commented 7 years ago

Actually, same issue for entering and leaving rooms as with the hero

snhobbs commented 7 years ago

Was accidentally double writing with writeToDB which should only be used internally