Page 1 of 1

HasCart() refers to ship

Posted: Sun Jun 07, 2020 11:13 am
by Ralzar
Not going to bother figuring out how to make a PR just for this :D

I'm currently working on a horse/wagon mod so I keep getting annoyed by this:

https://github.com/Interkarma/daggerfal ... ger.cs#L79

/// <summary>
/// True when player owns a ship
/// </summary>
/// <returns></returns>
public bool HasCart()


This should say "True when player owns a cart".

Re: HasCart() refers to ship

Posted: Sun Jun 07, 2020 11:56 am
by pango
Fixed :)