1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-09 13:14:02 +02:00

More correct frenzy spell creature immunities

This commit is contained in:
Ivan Savenko 2023-12-24 01:09:10 +02:00
parent 08a4b67cd7
commit 822677af77

View File

@ -1153,7 +1153,10 @@
}, },
"targetCondition" : { "targetCondition" : {
"noneOf" : { "noneOf" : {
"bonus.SIEGE_WEAPON" : "absolute" "bonus.MIND_IMMUNITY" : "absolute",
"bonus.NON_LIVING" : "absolute",
"bonus.SIEGE_WEAPON" : "absolute",
"bonus.UNDEAD" : "absolute"
} }
} }
}, },