Colorize some item tooltips

This commit is contained in:
Wuzzy 2020-03-12 02:29:30 +01:00
parent 7ee2340f5c
commit 6b529e1204
10 changed files with 14 additions and 13 deletions

View file

@ -532,7 +532,7 @@ if c("totem") then
-- Totem of Undying
minetest.register_craftitem("mobs_mc:totem", {
description = S("Totem of Undying"),
_tt_help = S("Protects you from death while wielding it"),
_tt_help = minetest.colorize("#00FF00", S("Protects you from death while wielding it")),
_doc_items_longdesc = S("A totem of undying is a rare artifact which may safe you from certain death."),
_doc_items_usagehelp = S("The totem only works while you hold it in your hand. If you receive fatal damage, you are saved from death and you get a second chance with 1 HP. The totem is destroyed in the process, however."),
inventory_image = "mcl_totems_totem.png",