Skip to content
Snippets Groups Projects
Commit e5652915 authored by DarkGod's avatar DarkGod
Browse files

plop

parent e3b27d97
No related branches found
No related tags found
No related merge requests found
......@@ -2286,6 +2286,7 @@ local type_sort = {
weapon = 100,
armor = 101,
}
_M.type_sort = type_sort
--- Sorting by type function
-- By default, sort by type name
......
......@@ -90,8 +90,8 @@ newEntity{ base = "BASE_NPC_DEMON",
newEntity{ base = "BASE_NPC_DEMON",
name = "onilug", color=colors.GREY,
desc = _t[[A gaunt vaguely humanoid shape featuring unadorned grey leathery skin. Its arms and legs seem somehow too long and it stands toll, projecting an ominous shadow even in darkness.
Its glowing red eyes shiny with both cruelty and a deep frightening intellect.]],
desc = _t[[A gaunt vaguely humanoid shape featuring unadorned grey leathery skin. Its arms and legs seem somehow too long and it stands tall, projecting an ominous shadow even in darkness.
Its glowing red eyes shine with both cruelty and a deep frightening intellect.]],
resolvers.nice_tile{tall=1},
level_range = {10, nil}, exp_worth = 1,
rarity = 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment