mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Revert "Denied healing/resurrection of hypnotized creatures."
This reverts commit db2663613c
.
Resurrection of own stack is allowed even if control is lost.
This commit is contained in:
parent
72461c5c2e
commit
1c33bd42a9
@ -143,9 +143,6 @@
|
|||||||
},
|
},
|
||||||
"flags" : {
|
"flags" : {
|
||||||
"positive": true
|
"positive": true
|
||||||
},
|
|
||||||
"absoluteImmunity" : {
|
|
||||||
"HYPNOTIZED" : true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resurrection" : {
|
"resurrection" : {
|
||||||
@ -169,7 +166,6 @@
|
|||||||
"positive": true
|
"positive": true
|
||||||
},
|
},
|
||||||
"absoluteImmunity" : {
|
"absoluteImmunity" : {
|
||||||
"HYPNOTIZED" : true,
|
|
||||||
"UNDEAD": true,
|
"UNDEAD": true,
|
||||||
"SIEGE_WEAPON": true,
|
"SIEGE_WEAPON": true,
|
||||||
"NON_LIVING": true
|
"NON_LIVING": true
|
||||||
@ -197,9 +193,6 @@
|
|||||||
},
|
},
|
||||||
"absoluteLimit" : {
|
"absoluteLimit" : {
|
||||||
"UNDEAD": true
|
"UNDEAD": true
|
||||||
},
|
|
||||||
"absoluteImmunity" : {
|
|
||||||
"HYPNOTIZED" : true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sacrifice" : {
|
"sacrifice" : {
|
||||||
@ -223,7 +216,6 @@
|
|||||||
"positive": true
|
"positive": true
|
||||||
},
|
},
|
||||||
"absoluteImmunity" : {
|
"absoluteImmunity" : {
|
||||||
"HYPNOTIZED" : true,
|
|
||||||
"SIEGE_WEAPON": true,
|
"SIEGE_WEAPON": true,
|
||||||
"UNDEAD": true,
|
"UNDEAD": true,
|
||||||
"NON_LIVING": true
|
"NON_LIVING": true
|
||||||
|
Loading…
Reference in New Issue
Block a user