diff --git a/game/modules/tome/data/timed_effects/other.lua b/game/modules/tome/data/timed_effects/other.lua index 48ea69445f957fab60210a8f20ad2193d95b8a9d..ea0ad7ac7da6fea01f4e1b597d95563095da4483 100644 --- a/game/modules/tome/data/timed_effects/other.lua +++ b/game/modules/tome/data/timed_effects/other.lua @@ -2708,6 +2708,7 @@ newEffect{ type = "other", decrease = 0, no_remove = true, subtype = { combat=true, penalty=true }, status = "detrimental", + no_stop_enter_worlmap = true, no_stop_resting = true, parameters = {}, activate = function(self, eff) self:effectTemporaryValue(eff, "hit_penalty_2h", 1) diff --git a/game/modules/tome/data/zones/conclave-vault/npcs.lua b/game/modules/tome/data/zones/conclave-vault/npcs.lua index 82d4180ee1df335261072a66482691be396585fc..feb4fd396654c73a2c79fbf4ac580736d0b26ce0 100644 --- a/game/modules/tome/data/zones/conclave-vault/npcs.lua +++ b/game/modules/tome/data/zones/conclave-vault/npcs.lua @@ -133,6 +133,7 @@ newEntity{ base = "BASE_NPC_OGRE", newEntity{ base = "BASE_NPC_OGRE", name = "degenerated ogric mass", color=colors.BLUE, desc = [[This huge mass of deformed flesh was probably once an ogre, but something had gone wrong.]], + resolvers.nice_tile{tall=1}, level_range = {20, nil}, exp_worth = 1, special_rarity = 2, rank = 2,