From 59378a5177af0d97e43c470bde643f8d753b51df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Vr=C3=A5le?= <seb@terminator.net> Date: Tue, 22 Jul 2014 16:48:22 +0200 Subject: [PATCH] more misc typo fixes --- game/modules/tome/data/general/objects/egos/amulets.lua | 2 +- game/modules/tome/data/talents/psionic/thought-forms.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/game/modules/tome/data/general/objects/egos/amulets.lua b/game/modules/tome/data/general/objects/egos/amulets.lua index bab1a1a312..47dbf0ab68 100644 --- a/game/modules/tome/data/general/objects/egos/amulets.lua +++ b/game/modules/tome/data/general/objects/egos/amulets.lua @@ -229,7 +229,7 @@ newEntity{ }, charm_power = resolvers.mbonus_material(70, 30), charm_power_def = {add=15, max=50, floor=true}, - resolvers.charm("teleports you randomly (rad %d)", 15, function(self, who) + resolvers.charm("teleport you randomly (rad %d)", 15, function(self, who) game.level.map:particleEmitter(who.x, who.y, 1, "teleport") who:teleportRandom(who.x, who.y, self:getCharmPower(who)) game.level.map:particleEmitter(who.x, who.y, 1, "teleport") diff --git a/game/modules/tome/data/talents/psionic/thought-forms.lua b/game/modules/tome/data/talents/psionic/thought-forms.lua index 4aecc4f4fb..6572928420 100644 --- a/game/modules/tome/data/talents/psionic/thought-forms.lua +++ b/game/modules/tome/data/talents/psionic/thought-forms.lua @@ -473,7 +473,7 @@ newTalent{ end, info = function(self, t) local stat = t.getStatBonus(self, t) - return ([[Forge a defender wielding a sword and shield from your thoughts. The solider learns Armor Rraining, Weapon Mastery, Combat Accuracy, Shield Pummel, and Shield Wall as it levels up, and has +%d Strength, +%d Dexterity, and +%d Constitution. + return ([[Forge a defender wielding a sword and shield from your thoughts. The solider learns Armor Training, Weapon Mastery, Combat Accuracy, Shield Pummel, and Shield Wall as it levels up, and has +%d Strength, +%d Dexterity, and +%d Constitution. Activating this talent will put all other thought-forms on cooldown. The stat bonuses will improve with your Mindpower.]]):format(stat/2, stat/2, stat) end, -- GitLab