Skip to content

Commit 954e4c9

Browse files
lonelone
authored andcommitted
chore(units): mark Mangler, Batmadillo, Volpyr as 'secret' playable in dev (refs #2184)
1 parent 8b814be commit 954e4c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/data/units.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3362,7 +3362,7 @@ export const unitData: UnitDataStructure = [
33623362
{
33633363
id: 41,
33643364
name: 'Mangler',
3365-
playable: false,
3365+
playable: 'secret',
33663366
level: 1,
33673367
realm: 'W',
33683368
size: 1,
@@ -3420,7 +3420,7 @@ export const unitData: UnitDataStructure = [
34203420
{
34213421
id: 42,
34223422
name: 'Batmadillo',
3423-
playable: false,
3423+
playable: 'secret',
34243424
level: 7,
34253425
realm: 'E',
34263426
size: 3,
@@ -3509,7 +3509,7 @@ export const unitData: UnitDataStructure = [
35093509
{
35103510
id: 43,
35113511
name: 'Volpyr',
3512-
playable: false,
3512+
playable: 'secret',
35133513
level: 7,
35143514
realm: 'L',
35153515
size: 3,

0 commit comments

Comments
 (0)