|
|
@@ -282,8 +282,8 @@ function struggleHovered(index) { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
function startDialog(dialog) { |
|
|
function startDialog(dialog) { |
|
|
changeMode("dialog"); |
|
|
|
|
|
currentDialog = dialog; |
|
|
currentDialog = dialog; |
|
|
|
|
|
changeMode("dialog"); |
|
|
update([currentDialog.text]); |
|
|
update([currentDialog.text]); |
|
|
currentDialog.visit(); |
|
|
currentDialog.visit(); |
|
|
updateDisplay(); |
|
|
updateDisplay(); |
|
|
|