Commit 5ae76585 authored by wyykak's avatar wyykak

fix 74563043

parent fdaf9664
Pipeline #15583 passed with stage
in 57 seconds
...@@ -57,9 +57,10 @@ function c74563043.matcheck(e,c) ...@@ -57,9 +57,10 @@ function c74563043.matcheck(e,c)
local wat=0 local wat=0
local ear=0 local ear=0
while tc do while tc do
if tc:IsAttribute(ATTRIBUTE_WATER) then if tc:IsAttribute(ATTRIBUTE_WATER) then
wat=wat+1 wat=wat+1
else end
if tc:IsAttribute(ATTRIBUTE_EARTH) then
ear=ear+1 ear=ear+1
end end
tc=ct:GetNext() tc=ct:GetNext()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment