[world conquest] Fix "Destruction mechanic line 73 bug"

As mentioned in #6411
This commit is contained in:
gfgtdf 2023-03-15 20:27:32 +01:00 committed by GitHub
parent 17804fb737
commit 35251b8556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"