|
@@ -383,10 +383,10 @@ function TIC()
|
|
|
if tile>=80 and tile<=111 and anix==0 and aniy==0 and px==0 and aepx==0 then
|
|
|
return tile*(t%38//19)
|
|
|
end
|
|
|
- if tile==6 or tile==22 or tile==38 or tile==54 or tile==8 or tile==24 then
|
|
|
+ if tile==6 or tile==22 or tile==38 or tile==54 then
|
|
|
return tile+(t%38//19)
|
|
|
else
|
|
|
- if tile~=6 and tile~=22 and tile~=38 and tile~=54 and tile~=8 and tile~=24 and not (tile>=64 and tile<=79) then return tile end
|
|
|
+ if tile~=6 and tile~=22 and tile~=38 and tile~=54 and not (tile>=64 and tile<=79) then return tile end
|
|
|
end
|
|
|
end
|
|
|
)
|
|
@@ -395,7 +395,6 @@ function TIC()
|
|
|
map(30*m%240,17*(m//8),30,17,0,0,0,1,
|
|
|
function(tile)
|
|
|
if tile==64 or tile==72 then
|
|
|
- print(t%20//2.5, 2, 120)
|
|
|
return tile+(t%20//2.5)
|
|
|
end
|
|
|
if tile==65 or tile==73 then
|