Merge pull request #30 from Zarkonnen/medicine

Medicine
This commit is contained in:
Michael Townsend
2013-07-10 12:07:05 -07:00
9 changed files with 1045 additions and 59 deletions
+8
View File
@@ -349,6 +349,14 @@ var Room = {
}
}
},
'medicine': {
type: 'good',
cost: function() {
return {
'scales': 50, 'teeth': 30
}
}
},
'bullets': {
type: 'good',
cost: function() {