Revert "Remove descritption from injury/burn."
This reverts commit 4a13733e68903904e088fe21d86dec6d927ee7d8. While I'm still not happy with the desciptions, we probably need some sensible way to talk about these in chat, wikis, etc.
This commit is contained in:
parent
c62dc70194
commit
dfa8615200
@ -9,7 +9,7 @@ local modname = minetest.get_current_modname()
|
||||
|
||||
local irradiated = modname .. ":irradiated"
|
||||
nodecore.register_virtual_item(irradiated, {
|
||||
description = "",
|
||||
description = "Burn",
|
||||
inventory_image = modname .. "_base.png^[mask:"
|
||||
.. modname .. "_icon_mask.png",
|
||||
})
|
||||
|
@ -7,7 +7,7 @@ local modname = minetest.get_current_modname()
|
||||
|
||||
local injured = modname .. ":injured"
|
||||
nodecore.register_virtual_item(injured, {
|
||||
description = "",
|
||||
description = "Injury",
|
||||
inventory_image = modname .. "_injured.png"
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user