1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-21 17:17:06 +02:00

Allow standard defeat on 'To kill a hero' map, in line with H3

This commit is contained in:
Ivan Savenko 2024-05-28 15:43:31 +00:00
parent a8b07477b4
commit bffc28d9a6

View File

@ -295,6 +295,14 @@
},
"message" : "core.genrltxt.252"
},
"standardVictory" : {
"condition" : [ "standardWin" ],
"effect" : {
"messageToSend" : "core.genrltxt.5",
"type" : "victory"
},
"message" : "core.genrltxt.659"
},
"standardDefeat" : {
"condition" : [ "daysWithoutTown", { "value" : 7 } ],
"effect" : {