simeonpilgrim / coab

Automatically exported from code.google.com/p/coab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Casting display typo

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Press "C" during battle.

What is the expected output? What do you see instead?
Game should display "<char>'s spells in memory". Instead, it displays
"<char>s  spells in memory" (note the missing apostrophe as well as the
extra space after "s").

What version of the product are you using? On what operating system?
v 1.0.15, Windows XP

Please provide any additional information below.
Just a minor typo that I noticed.

Original issue reported on code.google.com by vanshi...@yahoo.com on 28 Apr 2009 at 1:34

Does the DOS version have an apostrophe?

Original comment by simeon.pilgrim on 28 Apr 2009 at 3:46

Yes the DOS version also has an apostrophe.

Original comment by vanshi...@yahoo.com on 28 Apr 2009 at 3:50

Fixed in check-in 253, this will be in build 1.0.16

Original comment by simeon.pilgrim on 28 Apr 2009 at 4:00

  • Changed state: Fixed
By the way, this typo also occurs in view => items, view => spells (can search 
for
"spells in memory"), magic => cast, magic => memorize (can search for "spells in
grimoire"). The game crashes with respect to trying to scribe scrolls, but I 
would
imagine the same typo occurs there (can search for "spells on scrolls"). I've 
checked
that those appear correctly (for example, "<char>'s spells in memory") in the 
DOS
version.

Original comment by vanshi...@yahoo.com on 9 May 2009 at 6:44

All those code paths use the same block of code, so will be all fixed in the 
next build

Original comment by simeon.pilgrim on 10 May 2009 at 8:25

Original comment by simeon.pilgrim on 28 Jul 2010 at 10:32