Translocators

This commit is contained in:
Duane 2016-06-27 05:00:16 -05:00
parent 02337a1187
commit fbcd651651
4 changed files with 110 additions and 2 deletions

View file

@ -40,7 +40,7 @@ local function goblin_do(self)
fun_caves.search_replace(pos, dig_freq, diggable, 'air')
end
fun_caves.search_replace(pos, dig_freq * 2, burnable, 'fire:basic_flame')
fun_caves.search_replace(pos, dig_freq * 3, burnable, 'fire:basic_flame')
-- steal torches
fun_caves.search_replace(self.object:getpos(), torch_freq, {"default:torch"}, "air")