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,
|
||||
];
|
||||
pub const SKIPPABLE_TOKENS: &[&str] = &[
|
||||
TOKEN_CHAT,
|
||||
TOKEN_LABEL,
|
||||
TOKEN_GOTO,
|
||||
TOKEN_NOWAIT,
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
|
||||
|
||||
- chat: ClippyTransSerenity
|
||||
- set: busstop serenity
|
||||
- Welcome at StarTrans Cargo Services! You have reached Serenity Station.
|
||||
- "Ready for a trip? Available bus stops: Oscillation Station, Metis Prime Station"
|
||||
- set: busstop serenity
|
||||
- label: startransbusstop
|
||||
- include: BusStops
|
||||
- label: interesting
|
||||
|
@ -21,9 +21,9 @@
|
|||
|
||||
|
||||
- chat: ClippyTransMetis
|
||||
- set: busstop metis
|
||||
- Welcome at StarTrans Cargo Services! You have reached Metis Prime Station.
|
||||
- "Ready for a trip? Available bus stops: Oscillation Station, Serenity Station"
|
||||
- set: busstop metis
|
||||
- label: startransbusstop
|
||||
- include: BusStops
|
||||
- label: interesting
|
||||
|
@ -36,9 +36,9 @@
|
|||
|
||||
|
||||
- chat: ClippyTransOscillation
|
||||
- set: busstop oscillation
|
||||
- Welcome at StarTrans Cargo Services! You have reached Oscillation Station.
|
||||
- "Ready for a trip? Available bus stops: Serenity Station, Metis Prime Station"
|
||||
- set: busstop oscillation
|
||||
- label: startransbusstop
|
||||
- include: BusStops
|
||||
- label: interesting
|
||||
|
|
Loading…
Reference in a new issue