mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
changed logic for add items from gamemodes mocks directory
This commit is contained in:
@@ -83,10 +83,10 @@ export default {
|
|||||||
return this.gameModes.filter(mode => [1].includes(mode.id))
|
return this.gameModes.filter(mode => [1].includes(mode.id))
|
||||||
},
|
},
|
||||||
firstlineGameMode() {
|
firstlineGameMode() {
|
||||||
return this.gameModes.filter(mode => [2,4].includes(mode.id))
|
return this.gameModes.filter(mode => [2,3].includes(mode.id))
|
||||||
},
|
},
|
||||||
TwolineGameMode() {
|
TwolineGameMode() {
|
||||||
return this.gameModes.filter(mode => [3,5].includes(mode.id))
|
return this.gameModes.filter(mode => [4,5].includes(mode.id))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user