mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 05:36:02 +00:00
[world conquest] Fix "Destruction mechanic line 73 bug"
As mentioned in #6411
This commit is contained in:
parent
17804fb737
commit
35251b8556
@ -68,7 +68,7 @@ on_event("die", function(cx)
|
||||
map[loc] = "Gll^"
|
||||
|
||||
elseif loc:matches{terrain = "Cv^Fds"} then
|
||||
map[loc] "Cv^Fdw"
|
||||
map[loc] = "Cv^Fdw"
|
||||
|
||||
elseif loc:matches{terrain = "Rr^Fet,Cv^Fet"} then
|
||||
map[loc] = "^Fetd"
|
||||
|
Loading…
x
Reference in New Issue
Block a user