send a message at the end of letterboxOff so that npc interaction can hide the text
This commit is contained in:
parent
35155eae5c
commit
6127956d93
|
|
@ -421,6 +421,7 @@ class Transitions:
|
|||
),
|
||||
),
|
||||
Func(self.letterbox.stash),
|
||||
Func(messenger.send,'letterboxOff'),
|
||||
name = self.letterboxTaskName,
|
||||
)
|
||||
if finishIval:
|
||||
|
|
|
|||
Loading…
Reference in New Issue