Update 'basic_machines/ball.lua'

This commit is contained in:
taken 2020-02-28 13:16:11 +01:00
parent f62ad32434
commit 1a62312b11
1 changed files with 1 additions and 1 deletions

View File

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