1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Wyverns will cast Poison instead of Stone Gaze.

This commit is contained in:
DjWarmonger 2013-07-31 19:38:22 +00:00
parent 0c45fb95d4
commit a20e53acb5

View File

@ -279,7 +279,7 @@
"petrify" :
{
"type" : "SPELL_AFTER_ATTACK",
"subtype" : "spell.stoneGaze",
"subtype" : "spell.poison",
"val" : 50
}
},