mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
Fixes #1139 - Unicorns now cast blind at expert level
This commit is contained in:
parent
733f21f8dc
commit
39a54ff8ff
@ -274,7 +274,8 @@
|
||||
{
|
||||
"type" : "SPELL_AFTER_ATTACK",
|
||||
"subtype" : "spell.blind",
|
||||
"val" : 20
|
||||
"val" : 20,
|
||||
"addInfo" : [3,0]
|
||||
}
|
||||
},
|
||||
"upgrades": ["warUnicorn"],
|
||||
@ -307,7 +308,8 @@
|
||||
{
|
||||
"type" : "SPELL_AFTER_ATTACK",
|
||||
"subtype" : "spell.blind",
|
||||
"val" : 20
|
||||
"val" : 20,
|
||||
"addInfo" : [3,0]
|
||||
}
|
||||
},
|
||||
"graphics" :
|
||||
|
Loading…
Reference in New Issue
Block a user