Initial medicine implementation. Needs more events.

This commit is contained in:
Zarkonnen
2013-07-08 19:16:16 +02:00
parent 54cea31db9
commit 4641b0b145
5 changed files with 787 additions and 51 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() {