소스 검색

Denied healing/resurrection of hypnotized creatures.

AlexVinS 9 년 전
부모
커밋
db2663613c
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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