ITLongwell / mondains-legacy

Automatically exported from code.google.com/p/mondains-legacy
0 stars 0 forks source link

3 small typos #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Satyr
2. Pyre
3. CrystalDemon

Just a couple typos :]

RunUO 2.0 + latest SVN

Satyr stats:

Code:
   SetStr( 178, 94 );
   SetDex( 254, 268 );
   SetInt( 151, 169 );94 needs to be changed to 194 :]

Code:
[CorpseName( "a rend corpse" )] 
 public class Pyre : BaseCreatureshould be "a pyre corpse"

DrystalDemon Hue?

Code:
   Hue = Race.Human.RandomSkinHue();
   Body = 0x310;
   Hue = 0x3E8;
   Name = "a crystal daemon";
   BaseSoundID = 0x47D;

So sorry I didnt know you before to post little issues on here, good job 
Mal!

Koluch :]

Original issue reported on code.google.com by ShazzySh...@gmail.com on 19 Jul 2008 at 10:44

GoogleCodeExporter commented 8 years ago
Fixed in SVN 14.

Original comment by gje...@gmail.com on 27 Jul 2008 at 3:00