Hide objective numbers.
This commit is contained in:
parent
2571fa0e6c
commit
0d3b8e3a54
|
@ -10,8 +10,9 @@
|
|||
{
|
||||
"description" : "Destroy all enemy targets",
|
||||
"targetName" : "Pandoran",
|
||||
"targetValue" : 150,
|
||||
"targetType" : "TT_DESTROY"
|
||||
"targetValue" : 999,
|
||||
"targetType" : "TT_DESTROY",
|
||||
"hideNumbers" : 1
|
||||
}
|
||||
],
|
||||
"epic" : {
|
||||
|
|
|
@ -13,8 +13,9 @@
|
|||
{
|
||||
"description" : "Destroy all enemy targets",
|
||||
"targetName" : "Pandoran",
|
||||
"targetValue" : 500,
|
||||
"targetType" : "TT_DESTROY"
|
||||
"targetValue" : 999,
|
||||
"targetType" : "TT_DESTROY",
|
||||
"hideNumbers" : 1
|
||||
}
|
||||
],
|
||||
"player" : {
|
||||
|
|
Loading…
Reference in New Issue