mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
Initial medicine implementation. Needs more events.
This commit is contained in:
@@ -349,6 +349,14 @@ var Room = {
|
||||
}
|
||||
}
|
||||
},
|
||||
'medicine': {
|
||||
type: 'good',
|
||||
cost: function() {
|
||||
return {
|
||||
'scales': 50, 'teeth': 30
|
||||
}
|
||||
}
|
||||
},
|
||||
'bullets': {
|
||||
type: 'good',
|
||||
cost: function() {
|
||||
|
||||
Reference in New Issue
Block a user