mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2024-11-22 12:43:42 +01:00
Shields: check valid hitter
This commit is contained in:
parent
b741b7426b
commit
74ef6c5759
@ -30,7 +30,7 @@ armor:register_armor("shields:shield_admin", {
|
||||
inventory_image = "shields_inv_shield_admin.png",
|
||||
groups = {armor_shield=1000, armor_heal=100, armor_use=0, not_in_creative_inventory=1},
|
||||
on_punch = function(player, hitter, time_from_last_punch, tool_capabilities)
|
||||
if hitter then
|
||||
if type(hitter) == "userdata" then
|
||||
hitter:punch(player, time_from_last_punch, tool_capabilities)
|
||||
play_sound_effect(player, "default_dig_metal")
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user