1234567891011121314151617181920212223 |
- 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
|