Fix arcade goodbye message implementation (#26514)

This commit is contained in:
Tayrtahn
2024-03-28 12:56:49 -04:00
committed by GitHub
parent 192f092f35
commit 7759d404c6
9 changed files with 41 additions and 68 deletions

View File

@@ -14,16 +14,3 @@
- advertisement-block-game-11
- advertisement-block-game-12
- advertisement-block-game-13
# thankyous:
# - thankyou-block-game-1
# - thankyou-block-game-2
# - thankyou-block-game-3
# - thankyou-block-game-4
# - thankyou-block-game-5
# - thankyou-block-game-6
# - thankyou-block-game-7
# - thankyou-block-game-8
# - thankyou-block-game-9
# - thankyou-block-game-10
# - thankyou-block-game-11
# - thankyou-block-game-12

View File

@@ -16,16 +16,3 @@
- advertisement-space-villain-13
- advertisement-space-villain-14
- advertisement-space-villain-15
# thankyous:
# - thankyou-space-villain-1
# - thankyou-space-villain-2
# - thankyou-space-villain-3
# - thankyou-space-villain-4
# - thankyou-space-villain-5
# - thankyou-space-villain-6
# - thankyou-space-villain-7
# - thankyou-space-villain-8
# - thankyou-space-villain-9
# - thankyou-space-villain-10
# - thankyou-space-villain-11
# - thankyou-space-villain-12

View File

@@ -0,0 +1,15 @@
- type: messagePack
id: BlockGameGoodbyes
messages:
- thankyou-block-game-1
- thankyou-block-game-2
- thankyou-block-game-3
- thankyou-block-game-4
- thankyou-block-game-5
- thankyou-block-game-6
- thankyou-block-game-7
- thankyou-block-game-8
- thankyou-block-game-9
- thankyou-block-game-10
- thankyou-block-game-11
- thankyou-block-game-12

View File

@@ -0,0 +1,15 @@
- type: messagePack
id: SpaceVillainGoodbyes
messages:
- thankyou-space-villain-1
- thankyou-space-villain-2
- thankyou-space-villain-3
- thankyou-space-villain-4
- thankyou-space-villain-5
- thankyou-space-villain-6
- thankyou-space-villain-7
- thankyou-space-villain-8
- thankyou-space-villain-9
- thankyou-space-villain-10
- thankyou-space-villain-11
- thankyou-space-villain-12

View File

@@ -148,6 +148,8 @@
pack: SpaceVillainAds
minWait: 60 # Arcades are noisy
maxWait: 240
- type: SpeakOnUIClosed
pack: SpaceVillainGoodbyes
- type: entity
id: SpaceVillainArcadeFilled
@@ -190,3 +192,5 @@
pack: BlockGameAds
minWait: 60 # Arcades are noisy
maxWait: 240
- type: SpeakOnUIClosed
pack: BlockGameGoodbyes