mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
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:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user