Clarify what ammo is used for (#1006)

This commit is contained in:
Zardshard 2022-06-05 19:53:29 -04:00 committed by GitHub
parent 7a9f10c019
commit 2e934f1cf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ local scale_const = 6
local timer = 1
minetest.register_craftitem("ctf_ranged:ammo", {
description = "Ammo",
description = "Ammo\nUsed to reload guns",
inventory_image = "ctf_ranged_ammo.png",
})