Typos

Where bugs go to lie down and rest

Moderator: Moderator

Locked
Message
Author
Susramanian
Spiderkin
Posts: 454
Joined: Sat May 15, 2010 3:09 am

Re: Typos

#256 Post by Susramanian »

In 'Letter to Weisman 3' the word 'abhor' should probably be 'abide'

Grey
Loremaster
Posts: 3517
Joined: Thu Sep 23, 2010 10:18 pm
Location: London, England
Contact:

Re: Typos

#257 Post by Grey »

Yes, "abide" sounds right.

In the "my salvation" text I'm not sure what's wrong with "shouts from the distance" - it's pretty much equivalent to both your suggestions for alternatives. Breaking up the lore would also be a shame since one might not find it all, and getting bits in the wrong order would ruin the flow of the text. It's a daunting piece, yes, but one can simply skip it or read it at leisure when one likes from the lore menu. There are other pieces of similar length or longer in the game.
http://www.gamesofgrey.com - My own T-Engine games!
Roguelike Radio - A podcast about roguelikes

Susramanian
Spiderkin
Posts: 454
Joined: Sat May 15, 2010 3:09 am

Re: Typos

#258 Post by Susramanian »

In the window for assigning talent points, the counters for the talent points read "Categories points left" and "Class Talents points left" and "Generic Talents points left."
They should read:

Category points left:
Class talent points left:
Generic talent points left:

Susramanian
Spiderkin
Posts: 454
Joined: Sat May 15, 2010 3:09 am

Re: Typos

#259 Post by Susramanian »

Orb of Many Ways description: "projects images of distance places..."
Replace distance with distant.

This is on the Orb that I got back after killing Tannen. I don't know if my first Orb had the typo. The demonic orb doesn't have the typo.

PowerWyrm
Sher'Tul
Posts: 1106
Joined: Thu Nov 21, 2002 9:53 pm

Re: Typos

#260 Post by PowerWyrm »

journal page (Kor Pul): "It's quiet down hear" (here)

hops
Halfling
Posts: 111
Joined: Tue Sep 21, 2010 9:05 am

Re: Typos

#261 Post by hops »

deep bellow
max_material_level=24

trev
Higher
Posts: 78
Joined: Tue Aug 03, 2010 4:34 pm

Re: Typos

#262 Post by trev »

Description of class Talent Greater Weapon Focus

'Concentrate on your blows, each strike has x% chance to deal an other similar blow for y turns.
This works for all blows, even ones form other talents and shield bashes.'

Should be

'Concentrate on your blows, each strike has x% chance to deal another similar blow for y turns.
This works for all blows, even ones from other talents and shield bashes.'

escargot
Thalore
Posts: 128
Joined: Thu Oct 14, 2010 2:55 pm

Re: Typos

#263 Post by escargot »

The dialog after using the Orb of Scrying opens a dialog window titled "Elisa the Scyer", should be Scryer.

Thauctred
Yeek
Posts: 10
Joined: Tue Jul 28, 2009 3:26 pm
Location: Langley, BC

Re: Typos

#264 Post by Thauctred »

Quest description for "Back and Back and Back to the Future":

"told you to destroy to abominations"
should read
"two abominations"

Susramanian
Spiderkin
Posts: 454
Joined: Sat May 15, 2010 3:09 am

Re: Typos

#265 Post by Susramanian »

In objects/scrolls.lua, the description of taints is off-- says "may be inscribes." Should be "may be inscribed."

rcadiaa
Low Yeek
Posts: 9
Joined: Fri Apr 01, 2011 9:27 pm

Re: Typos

#266 Post by rcadiaa »

Linaniil, Supreme Archmage of Angolwen (Quest to face Urkis, the Tempest Archmage).

"In the meanwhile, an thou art willing, we can send thee..."
should read
"In the meanwhile, if thou art willing, we can send thee..."

Hedrachi
Uruivellas
Posts: 606
Joined: Tue May 11, 2010 8:58 pm
Location: Ore uh gun, USA

Re: Typos

#267 Post by Hedrachi »

(b23) timed_effects.lua, line 3505: (The output spam for using Spacetime Tuning)

Code: Select all

"Your current failure chance is %d%%, your current anomoly chance is %d%%, and your current backfire chance is %d%%."
anomoly should be anomaly
Having satellite internet is a lot like relying on the processes described in those RFC's for your internet. Except, instead of needing to worry about statues interrupting your connection, this time you worry about the weather. I have satellite internet. Fun, no?

Final Master
Sher'Tul
Posts: 1022
Joined: Fri May 21, 2010 8:16 pm
Location: Inside the minds of all
Contact:

Re: Typos

#268 Post by Final Master »

Code: Select all

Line 582 - 592 in class/interface/combat.lua

--- Gets the damage
function _M:combatDamage(weapon)
	weapon = weapon or self.combat or {}

	local sub_cun_to_str = false
	if weapon.talented and weapon.talented == "knife" and self:knowTalent(Talents.T_LETHALITY) then sub_cun_to_str = true end

	local totstat = 0
	local dammod = weapon.dammod or {str=0.6}
	for stat, mod in pairs(dammod) do
		if sub_cun_to_str and stat == "str" then stat = "cun" end


Fixed the con notations to cun as they are intended to be
Final Master's Character Guides
Final Master's Guide to the Arena
Edge: Final Master... official Tome 4 (thread) necromancer.
Zonk: I'd rather be sick than on fire! :D

Susramanian
Spiderkin
Posts: 454
Joined: Sat May 15, 2010 3:09 am

Re: Typos

#269 Post by Susramanian »

The un-IDed name for the Frost Treads is currently "icy covered boots." It should be either "icy boots" or "ice-covered boots."

Susramanian
Spiderkin
Posts: 454
Joined: Sat May 15, 2010 3:09 am

Re: Typos

#270 Post by Susramanian »

The crowd in the Ring of Blood yells LOOSER when you lose. Should be LOSER.

Locked