mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-06 04:27:14 +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,
|
blink: true,
|
||||||
buttons: {
|
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': {
|
'heal': {
|
||||||
text: _('5 medicine'),
|
text: _('5 medicine'),
|
||||||
cost: { 'medicine' : 5 },
|
cost: { 'medicine' : 5 },
|
||||||
|
|||||||
Reference in New Issue
Block a user