mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-01 10:52:46 +00:00
24 lines
234 B
JavaScript
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(){
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |