disable fall damage

This commit is contained in:
MisterE123 2020-12-19 18:15:55 +00:00
parent 985f17c18d
commit c6e647deb4

View File

@ -22,7 +22,7 @@ local player_jump = 1.3 -- when in the minigame
background_image = "sumo_gui_hotbar.png"
},
disabled_damage_types = {"punch"},
disabled_damage_types = {"punch","fall"},
--player_properties = {},
})