23 lines
382 B
Diff
23 lines
382 B
Diff
139c139
|
|
< interval = 1,
|
|
---
|
|
> interval = 2,
|
|
142c142,144
|
|
< action = default.cool_lava,
|
|
---
|
|
> action = function(...)
|
|
> default.cool_lava(...)
|
|
> end,
|
|
225c227,229
|
|
< action = default.grow_cactus
|
|
---
|
|
> action = function(...)
|
|
> default.grow_cactus(...)
|
|
> end
|
|
234c238,240
|
|
< action = default.grow_papyrus
|
|
---
|
|
> action = function(...)
|
|
> default.grow_papyrus(...)
|
|
> end
|