diff --git a/game/modules/tome/data/chats/yeek-wayist.lua b/game/modules/tome/data/chats/yeek-wayist.lua index ad12a7bcbda6ce66163e2fc427869c27bf60ba8a..0fbacdc33d3962b4a7f141feb23a6ffd398cb03c 100644 --- a/game/modules/tome/data/chats/yeek-wayist.lua +++ b/game/modules/tome/data/chats/yeek-wayist.lua @@ -43,8 +43,10 @@ newChat{ id="what", text = [[The Way is enlightenment, peace and protection. I am a Yeek. I came through this tunnel to explore this part of the world that was closed to us for centuries.]], answers = { {"Can you tell me more about the Way?", jump="way", action=function(npc, player) - player.combat_mentalresist = player.combat_mentalresist + 15 - player:attr("confusion_immune", 0.10) + game.party:reward("Select the party member to receive the mental shield:", function(player) + player.combat_mentalresist = player.combat_mentalresist + 15 + player:attr("confusion_immune", 0.10) + end) game.logPlayer(player, "The contact with the Wayist mind has improved your mental shields. (+15 mental save, +10%% confusion resistance)") end}, -- {"So you will wander the land alone?", jump="done"}, diff --git a/game/modules/tome/data/talents/spells/golemancy.lua b/game/modules/tome/data/talents/spells/golemancy.lua index fe4e25e493ac636745117e87428fa72a2bc53cfb..d94bce99bd6ea57d03f584f4e4a0f4591dad847c 100644 --- a/game/modules/tome/data/talents/spells/golemancy.lua +++ b/game/modules/tome/data/talents/spells/golemancy.lua @@ -69,8 +69,9 @@ local function makeGolem() ["golem/fighting"] = 0.3, ["golem/arcane"] = 0.3, }, + forbid_nature = 1, inscription_restrictions = { ["inscriptions/runes"] = true, }, - resolvers.inscription("RUNE:_SHIELDING", {cooldown=14, dur=5, power=100}), + resolvers.inscription("RUNE:_SHIELDING", {cooldown=14, dur=5, power=100}), hotkey = {}, hotkey_page = 1,