Add buy medicine button to plague event.

Because there is a serious need for medicine, the price
is raised with this button. I felt like it should be even
higher but this will do for now.

Closes #199
This commit is contained in:
Blake Grotewold
2015-01-03 09:40:16 -05:00
parent dbd2adf9f8
commit 94fdcc7463
+7
View File
@@ -133,6 +133,13 @@ Events.Outside = [
],
blink: true,
buttons: {
/* Because there is a serious need for medicine, the price is raised. */
'buyMedicine': {
text: _('buy medicine'),
cost: { 'scales': 70,
'teeth': 50 },
reward: { 'medicine': 1 }
},
'heal': {
text: _('5 medicine'),
cost: { 'medicine' : 5 },