1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Fixed #1670 - Mirth working on immune creatures

This commit is contained in:
DjWarmonger 2014-05-16 12:47:09 +02:00
parent eb337d7407
commit a9b3a03bdd

View File

@ -1138,6 +1138,11 @@
"counters" : {
"spell.sorrow":true
},
"immunity" : {
"MIND_IMMUNITY": true,
"UNDEAD": true,
"NON_LIVING": true
},
"flags" : {
"positive": true
}