ITLongwell / mondains-legacy

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

Another issue for Travesty #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Sometimes it morphes into a Monster.
I Suggest the code to be modified into:

public virtual void Morph()
        {
            if( !( Combatant is PlayerMobile ) )
            {
                Console.WriteLine( "Warning: Travesty is morphing but
Combatant is not a PlayerMobile!" );
                return;
            }

Second issue: the cloned helpers attack the travesty.
I don't know if it is wanted or not.

^^

Original issue reported on code.google.com by Dies.Ira...@gmail.com on 25 Sep 2008 at 9:48

GoogleCodeExporter commented 8 years ago

Original comment by gje...@gmail.com on 29 Sep 2008 at 7:06

GoogleCodeExporter commented 8 years ago
Fixed in SVN 26.

Original comment by gje...@gmail.com on 29 Sep 2008 at 7:26