Selaa lähdekoodia

Denied healing/resurrection of hypnotized creatures.

AlexVinS 9 vuotta sitten
vanhempi
sitoutus
db2663613c
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  1. 8 0
      config/spells/other.json

+ 8 - 0
config/spells/other.json

@@ -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