From 1c33bd42a90b443c933f1ec9bebb8be82309a0b6 Mon Sep 17 00:00:00 2001 From: AlexVinS Date: Thu, 29 Sep 2016 23:16:19 +0300 Subject: [PATCH] Revert "Denied healing/resurrection of hypnotized creatures." This reverts commit db2663613cfee0f2440cf71c8a12e89ef50cc6ab. Resurrection of own stack is allowed even if control is lost. --- config/spells/other.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config/spells/other.json b/config/spells/other.json index eafc244ed..9ff82216f 100644 --- a/config/spells/other.json +++ b/config/spells/other.json @@ -143,9 +143,6 @@ }, "flags" : { "positive": true - }, - "absoluteImmunity" : { - "HYPNOTIZED" : true } }, "resurrection" : { @@ -169,7 +166,6 @@ "positive": true }, "absoluteImmunity" : { - "HYPNOTIZED" : true, "UNDEAD": true, "SIEGE_WEAPON": true, "NON_LIVING": true @@ -197,9 +193,6 @@ }, "absoluteLimit" : { "UNDEAD": true - }, - "absoluteImmunity" : { - "HYPNOTIZED" : true } }, "sacrifice" : { @@ -223,7 +216,6 @@ "positive": true }, "absoluteImmunity" : { - "HYPNOTIZED" : true, "SIEGE_WEAPON": true, "UNDEAD": true, "NON_LIVING": true