mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-07 04:57:12 +08:00
Fixing whitespace conformity in global.js
This commit is contained in:
+24
-24
@@ -28,15 +28,15 @@ Events.Global = [
|
|||||||
},
|
},
|
||||||
'hang': {
|
'hang': {
|
||||||
text: [
|
text: [
|
||||||
_('the villagers hang the thief high in front of the store room.'),
|
_('the villagers hang the thief high in front of the store room.'),
|
||||||
_('the point is made. in the next few days, the missing supplies are returned.')
|
_('the point is made. in the next few days, the missing supplies are returned.')
|
||||||
],
|
],
|
||||||
onLoad: function() {
|
onLoad: function() {
|
||||||
$SM.set('game.thieves', 2);
|
$SM.set('game.thieves', 2);
|
||||||
$SM.remove('income.thieves');
|
$SM.remove('income.thieves');
|
||||||
$SM.addM('stores', $SM.get('game.stolen'));
|
$SM.addM('stores', $SM.get('game.stolen'));
|
||||||
},
|
},
|
||||||
buttons: {
|
buttons: {
|
||||||
'leave': {
|
'leave': {
|
||||||
text: _('leave'),
|
text: _('leave'),
|
||||||
nextScene: 'end'
|
nextScene: 'end'
|
||||||
@@ -45,21 +45,21 @@ Events.Global = [
|
|||||||
},
|
},
|
||||||
'spare': {
|
'spare': {
|
||||||
text: [
|
text: [
|
||||||
_("the man says he's grateful. says he won't come around any more."),
|
_("the man says he's grateful. says he won't come around any more."),
|
||||||
_("shares what he knows about sneaking before he goes.")
|
_("shares what he knows about sneaking before he goes.")
|
||||||
],
|
],
|
||||||
onLoad: function() {
|
onLoad: function() {
|
||||||
$SM.set('game.thieves', 2);
|
$SM.set('game.thieves', 2);
|
||||||
$SM.remove('income.thieves');
|
$SM.remove('income.thieves');
|
||||||
$SM.addPerk('stealthy');
|
$SM.addPerk('stealthy');
|
||||||
},
|
},
|
||||||
buttons: {
|
buttons: {
|
||||||
'leave': {
|
'leave': {
|
||||||
text: _('leave'),
|
text: _('leave'),
|
||||||
nextScene: 'end'
|
nextScene: 'end'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user