/[enigma]/enigma/data/levels/duffy6.lua
ViewVC logotype

Diff of /enigma/data/levels/duffy6.lua

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dheck, Thu Jan 30 20:23:09 2003 UTC revision 1.2 by reallysoft, Mon Jun 23 13:28:41 2003 UTC
# Line 45  function renderLine( line, pattern) Line 45  function renderLine( line, pattern)
45                  elseif c == ":" then                  elseif c == ":" then
46                          set_stone("st-door_b", i-1,line, {name="door9", type="v"})                          set_stone("st-door_b", i-1,line, {name="door9", type="v"})
47                  elseif c == "!" then                  elseif c == "!" then
48                          abyss(i-1,line)             -- bolders now fall into abyss, replaced abyss by water [ralf]
49                set_floor("fl-water",i-1,line)
50                            --abyss(i-1,line)
51                  end                  end
52          end          end
53  end  end
# Line 71  renderLine(12,"######################### Line 73  renderLine(12,"#########################
73    
74  oxyd_shuffle()  oxyd_shuffle()
75    
 abyss(13,6)  
 abyss(14,6)  
 abyss(22,5)  
76    -- bolders now fall into abyss, replaced abyss by water [ralf]
77    --abyss(13,6)
78    --abyss(14,6)
79    --abyss(22,5)
80    set_floor("fl-water",13,6)
81    set_floor("fl-water",14,6)
82    set_floor("fl-water",22,5)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26