Add files via upload

master
AiTechEye 2018-11-23 22:48:48 +01:00 committed by GitHub
parent 977d2a7d2d
commit a1204e434d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ minetest.register_globalstep(function(dtime)
local itn=player:get_wielded_item():get_name()
if tempsurvive.nodes[itn] then
temp=temp+tempsurvive.nodes[itn].add
temp=temp+tempsurvive.nodes[itn].add*2
end
local a=minetest.find_nodes_in_area({x=pos.x-3, y=pos.y-3, z=pos.z-3}, {x=pos.x+3, y=pos.y+3, z=pos.z+3}, {"group:tempsurvive"})