Added LC as playable tier
This commit is contained in:
parent
d8c4a3067b
commit
47e7b81094
|
@ -1049,7 +1049,8 @@
|
|||
name: "LC",
|
||||
humanName: "Little Cup",
|
||||
tierRank: 1,
|
||||
playable: false
|
||||
playable: true,
|
||||
priority: 3
|
||||
},
|
||||
PU: {
|
||||
name: "PU",
|
||||
|
|
|
@ -1049,7 +1049,8 @@
|
|||
name: "LC",
|
||||
humanName: "Little Cup",
|
||||
tierRank: 1,
|
||||
playable: false
|
||||
playable: true,
|
||||
priority: 3
|
||||
},
|
||||
PU: {
|
||||
name: "PU",
|
||||
|
|
|
@ -24,7 +24,8 @@ self.Tiers =
|
|||
name : "LC"
|
||||
humanName : "Little Cup"
|
||||
tierRank : 1
|
||||
playable : false
|
||||
playable : true
|
||||
priority : 3
|
||||
PU:
|
||||
name : "PU"
|
||||
humanName : "Poorly Used"
|
||||
|
|
Loading…
Reference in New Issue