Add test award for punch entity

This commit is contained in:
Methacrylon 2018-06-14 08:09:21 +02:00
parent d25e638cfb
commit 7a7ddc88af
1 changed files with 10 additions and 0 deletions

View File

@ -990,3 +990,13 @@ if minetest.get_modpath("mobs_animal") then
}
})
end
awards.register_award("pnch_entity_test", {
title = S("All"),
description = S("A test award for punching"),
difficulty = 0.001,
trigger = {
type = "punch_entity",
target = 5
}
})