diff --git a/game/modules/tome/data/general/objects/mummy-wrappings.lua b/game/modules/tome/data/general/objects/mummy-wrappings.lua index c9ca53045a856eac01dc4097a36fcbc94fc9bb33..27b64a9295312377901257fe8f9428661faa2ad0 100644 --- a/game/modules/tome/data/general/objects/mummy-wrappings.lua +++ b/game/modules/tome/data/general/objects/mummy-wrappings.lua @@ -24,7 +24,7 @@ newEntity{ slot = "BODY", type = "armor", subtype="mummy", add_name = " (#ARMOR#)", - display = "[", color=colors.ANTIQUE_WHITE, image="object/mummy_wrappings.png" + display = "[", color=colors.ANTIQUE_WHITE, image="object/mummy_wrappings.png", encumber = 6, rarity = 5, desc = [[Decaying mummy wrappings.]], diff --git a/game/modules/tome/data/quests/orb-command.lua b/game/modules/tome/data/quests/orb-command.lua index 98d77106fdecaf394830d1af4f0dfb93e80bb902..51a7e438d97357e3fc176390c8d04924e9669331 100644 --- a/game/modules/tome/data/quests/orb-command.lua +++ b/game/modules/tome/data/quests/orb-command.lua @@ -22,7 +22,5 @@ desc = function(self, who) local desc = {} desc[#desc+1] = "You have found an orb of command that seems to be used to open the shield protecting the High Peek." desc[#desc+1] = "There seems to be a total of four of them, the more you have the weaker the shield will be." - - end return table.concat(desc, "\n") end diff --git a/ideas/DLCs.ods b/ideas/DLCs.ods index 5746d3dcef234021f6b0a09a2410c22bb9198464..0d346e46743db4811f2554e4bba4c18f243e9274 100644 Binary files a/ideas/DLCs.ods and b/ideas/DLCs.ods differ