From 1a62312b11fee0afe76135afc8669fe16f89d942 Mon Sep 17 00:00:00 2001 From: taken Date: Fri, 28 Feb 2020 13:16:11 +0100 Subject: [PATCH] Update 'basic_machines/ball.lua' --- basic_machines/ball.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic_machines/ball.lua b/basic_machines/ball.lua index 844ecbe..c6e1fe4 100644 --- a/basic_machines/ball.lua +++ b/basic_machines/ball.lua @@ -39,7 +39,7 @@ local ball_spawner_update_form = function (pos) bounce = meta:get_int("bounce"); -- if nonzero bounces when hit obstacle, 0 gets absorbed gravity = meta:get_float("gravity"); -- gravity hp = meta:get_float("hp"); - hurt = meta:get_float("hurt"); + puncheable = meta:get_int("puncheable"); -- if 1 can be punched by players in protection, if 2 can be punched by anyone solid = meta:get_int("solid"); -- if 1 then entity is solid - cant be walked on