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:
parent
a8b07477b4
commit
bffc28d9a6
@ -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" : {
|
||||
|
Loading…
Reference in New Issue
Block a user