1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Denied healing/resurrection of hypnotized creatures.

This commit is contained in:
AlexVinS 2016-09-29 19:15:57 +03:00
parent 0bbdabcae3
commit db2663613c

View File

@ -143,6 +143,9 @@
},
"flags" : {
"positive": true
},
"absoluteImmunity" : {
"HYPNOTIZED" : true
}
},
"resurrection" : {
@ -166,6 +169,7 @@
"positive": true
},
"absoluteImmunity" : {
"HYPNOTIZED" : true,
"UNDEAD": true,
"SIEGE_WEAPON": true,
"NON_LIVING": true
@ -193,6 +197,9 @@
},
"absoluteLimit" : {
"UNDEAD": true
},
"absoluteImmunity" : {
"HYPNOTIZED" : true
}
},
"sacrifice" : {
@ -216,6 +223,7 @@
"positive": true
},
"absoluteImmunity" : {
"HYPNOTIZED" : true,
"SIEGE_WEAPON": true,
"UNDEAD": true,
"NON_LIVING": true