0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 15:42:39 +00:00

Fixed the default

This commit is contained in:
Scott Tolksdorf
2015-11-23 13:35:37 -05:00
parent 3915e08992
commit f3e0d9fab3

View File

@@ -56,7 +56,6 @@ module.exports = {
}, },
items : [] items : []
}, },
},
"badass psycho" : { "badass psycho" : {
hp : 100, hp : 100,
mov: 50, mov: 50,
@@ -126,5 +125,5 @@ module.exports = {
"conference" : "when around more than 30 other toxicologists, consume 1 drink every 15 minutes" "conference" : "when around more than 30 other toxicologists, consume 1 drink every 15 minutes"
}, },
items : ['grad_student', 'imposter_syndrome', 'ring'] items : ['grad_student', 'imposter_syndrome', 'ring']
} },
} }