functions.lua.diff 382 B

1234567891011121314151617181920212223
  1. 139c139
  2. < interval = 1,
  3. ---
  4. > interval = 2,
  5. 142c142,144
  6. < action = default.cool_lava,
  7. ---
  8. > action = function(...)
  9. > default.cool_lava(...)
  10. > end,
  11. 225c227,229
  12. < action = default.grow_cactus
  13. ---
  14. > action = function(...)
  15. > default.grow_cactus(...)
  16. > end
  17. 234c238,240
  18. < action = default.grow_papyrus
  19. ---
  20. > action = function(...)
  21. > default.grow_papyrus(...)
  22. > end