Fixed all primitives that should target any target instead of player and creatures using the new implemented target "anytarget", added new target "propagation" for "propagate" ability, removed the duplicated "unsacrificable" basic ability to use the previous "cantbesacrified" one.

This commit is contained in:
Vittorio Alfieri
2023-07-08 19:19:17 +02:00
parent 17b4dbf55a
commit 2ed35bcaa2
7 changed files with 1176 additions and 1091 deletions

View File

@@ -361,8 +361,7 @@ class Constants
POISONNINETOXIC = 233,
POISONTENTOXIC = 234,
EQPASINST = 235,
UNSACRIFICABLE = 236,
NB_BASIC_ABILITIES = 237,
NB_BASIC_ABILITIES = 236,
RARITY_S = 'S', //Special Rarity
RARITY_M = 'M', //Mythics