mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-09 14:07:14 +08:00
Fixed hospital never occurring in city.
This commit is contained in:
@@ -1199,7 +1199,7 @@ Events.Setpieces = {
|
|||||||
buttons: {
|
buttons: {
|
||||||
'enter': {
|
'enter': {
|
||||||
text: 'explore',
|
text: 'explore',
|
||||||
nextScene: {0.4: 'a1', 0.8: 'a2', 1: 'a3'}
|
nextScene: {0.2: 'a1', 0.5: 'a2', 0.8: 'a3', 1: 'a4'}
|
||||||
},
|
},
|
||||||
'leave': {
|
'leave': {
|
||||||
text: 'leave',
|
text: 'leave',
|
||||||
|
|||||||
Reference in New Issue
Block a user