0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-01 10:52:46 +00:00
Files
homebrewery/client/naturalCrit/randomEncounter.js
Scott Tolksdorf 4abee31892 Moar updates
2015-11-23 12:56:34 -05:00

24 lines
234 B
JavaScript

var _ = require('lodash');
var rewards = ['goat sac', '10 gold', '100 gold', '101 gold', 'curved horn', 'wand of wand creation',
'bag of hand-holding', '1 copper', 'true friendship',
]
module.exports = function(){
}