Update chatcommands.lua
This commit is contained in:
parent
12d0cfe11d
commit
dd7f3b608a
@ -9,6 +9,6 @@ minetest.register_chatcommand("heal", {
|
||||
inv = player:get_inventory()
|
||||
player:set_hp(20)
|
||||
player:set_breath(11)
|
||||
return true, "you have been healed"
|
||||
return true, "You have been healed!"
|
||||
end,
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user