ctf_bandages/init.lua: Remove trailing whitespace
This commit is contained in:
parent
8301a47f6f
commit
266fdd5a07
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ ctf_bandages = {}
|
|||
ctf_bandages.heal_percent = 0.75 --Percentage of total HP to be healed
|
||||
|
||||
minetest.register_craftitem("ctf_bandages:bandage", {
|
||||
description = "Bandage\n\n" ..
|
||||
description = "Bandage\n\n" ..
|
||||
"Heals teammates for 3-4 HP until target's HP is equal to " ..
|
||||
ctf_bandages.heal_percent * 100 .. "% of their maximum HP",
|
||||
inventory_image = "ctf_bandages_bandage.png",
|
||||
|
|
Loading…
Reference in a new issue