Give flag deleter ctf_flag:flag
This commit is contained in:
parent
d68620234d
commit
4337e0e2dd
@ -177,6 +177,7 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
|
|||||||
minetest.set_node(pos,{name="air"})
|
minetest.set_node(pos,{name="air"})
|
||||||
pos.y=pos.y+1
|
pos.y=pos.y+1
|
||||||
minetest.set_node(pos,{name="air"})
|
minetest.set_node(pos,{name="air"})
|
||||||
|
player:get_inventory():add_item("main", "ctf_flag:flag")
|
||||||
|
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user