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

Fixes #1045 - Berserk now lasts until attack

This commit is contained in:
Ivan Savenko 2022-12-17 12:55:34 +02:00
parent 70eac47f08
commit 2e22b04c4a

View File

@ -1200,7 +1200,7 @@
"effects" : {
"attacksNearestCreature" : {
"type" : "ATTACKS_NEAREST_CREATURE",
"duration" : "STACK_GETS_TURN"
"duration" : "UNTIL_ATTACK"
}
}
},