Put off doom fire after 3 seconds
This commit is contained in:
parent
530a47a085
commit
8569d9f55a
|
@ -51,6 +51,13 @@ function TIC()
|
||||||
dofire()
|
dofire()
|
||||||
end
|
end
|
||||||
t=t+1
|
t=t+1
|
||||||
|
|
||||||
|
-- put off fire after 3 seconds
|
||||||
|
if t == 3*60 then
|
||||||
|
for i=width*(height-1),width*height do
|
||||||
|
base[i] = 0
|
||||||
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
-- <TILES>
|
-- <TILES>
|
||||||
|
|
Loading…
Reference in a new issue