Fix arcade goodbye message implementation (#26514)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
15
Resources/Prototypes/Catalog/Arcade/Goodbyes/blockgame.yml
Normal file
15
Resources/Prototypes/Catalog/Arcade/Goodbyes/blockgame.yml
Normal 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
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user