mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
Merge pull request #44 from Zarkonnen/medicine
Fixed issue #42 by fixing wrong city exploration setpiece data.
This commit is contained in:
@@ -1790,7 +1790,7 @@ Events.Setpieces = {
|
||||
buttons: {
|
||||
'continue': {
|
||||
text: 'continue',
|
||||
nextScene: 'end10'
|
||||
nextScene: { 1: 'end10' }
|
||||
},
|
||||
'leave': {
|
||||
text: 'leave city',
|
||||
@@ -1829,7 +1829,7 @@ Events.Setpieces = {
|
||||
buttons: {
|
||||
'continue': {
|
||||
text: 'continue',
|
||||
nextScene: 'end10'
|
||||
nextScene: { 1: 'end10' }
|
||||
},
|
||||
'leave': {
|
||||
text: 'leave city',
|
||||
|
||||
Reference in New Issue
Block a user