fix delay with showing responses for Bus Stop Clippy
This commit is contained in:
parent
69fce751d9
commit
a9ebaf0a5f
|
@ -50,6 +50,7 @@ pub const NON_CHOICE_TOKENS: &[&str] = &[
|
||||||
TOKEN_NOWAIT,
|
TOKEN_NOWAIT,
|
||||||
];
|
];
|
||||||
pub const SKIPPABLE_TOKENS: &[&str] = &[
|
pub const SKIPPABLE_TOKENS: &[&str] = &[
|
||||||
|
TOKEN_CHAT,
|
||||||
TOKEN_LABEL,
|
TOKEN_LABEL,
|
||||||
TOKEN_GOTO,
|
TOKEN_GOTO,
|
||||||
TOKEN_NOWAIT,
|
TOKEN_NOWAIT,
|
||||||
|
|
|
@ -7,9 +7,9 @@
|
||||||
|
|
||||||
|
|
||||||
- chat: ClippyTransSerenity
|
- chat: ClippyTransSerenity
|
||||||
|
- set: busstop serenity
|
||||||
- Welcome at StarTrans Cargo Services! You have reached Serenity Station.
|
- Welcome at StarTrans Cargo Services! You have reached Serenity Station.
|
||||||
- "Ready for a trip? Available bus stops: Oscillation Station, Metis Prime Station"
|
- "Ready for a trip? Available bus stops: Oscillation Station, Metis Prime Station"
|
||||||
- set: busstop serenity
|
|
||||||
- label: startransbusstop
|
- label: startransbusstop
|
||||||
- include: BusStops
|
- include: BusStops
|
||||||
- label: interesting
|
- label: interesting
|
||||||
|
@ -21,9 +21,9 @@
|
||||||
|
|
||||||
|
|
||||||
- chat: ClippyTransMetis
|
- chat: ClippyTransMetis
|
||||||
|
- set: busstop metis
|
||||||
- Welcome at StarTrans Cargo Services! You have reached Metis Prime Station.
|
- Welcome at StarTrans Cargo Services! You have reached Metis Prime Station.
|
||||||
- "Ready for a trip? Available bus stops: Oscillation Station, Serenity Station"
|
- "Ready for a trip? Available bus stops: Oscillation Station, Serenity Station"
|
||||||
- set: busstop metis
|
|
||||||
- label: startransbusstop
|
- label: startransbusstop
|
||||||
- include: BusStops
|
- include: BusStops
|
||||||
- label: interesting
|
- label: interesting
|
||||||
|
@ -36,9 +36,9 @@
|
||||||
|
|
||||||
|
|
||||||
- chat: ClippyTransOscillation
|
- chat: ClippyTransOscillation
|
||||||
|
- set: busstop oscillation
|
||||||
- Welcome at StarTrans Cargo Services! You have reached Oscillation Station.
|
- Welcome at StarTrans Cargo Services! You have reached Oscillation Station.
|
||||||
- "Ready for a trip? Available bus stops: Serenity Station, Metis Prime Station"
|
- "Ready for a trip? Available bus stops: Serenity Station, Metis Prime Station"
|
||||||
- set: busstop oscillation
|
|
||||||
- label: startransbusstop
|
- label: startransbusstop
|
||||||
- include: BusStops
|
- include: BusStops
|
||||||
- label: interesting
|
- label: interesting
|
||||||
|
|
Loading…
Reference in a new issue