HasCart() refers to ship

Discuss coding questions, pull requests, and implementation details.
Post Reply
User avatar
Ralzar
Posts: 2211
Joined: Mon Oct 07, 2019 4:11 pm
Location: Norway

HasCart() refers to ship

Post 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".

User avatar
pango
Posts: 3358
Joined: Wed Jul 18, 2018 6:14 pm
Location: France
Contact:

Re: HasCart() refers to ship

Post by pango »

Fixed :)
Mastodon: @pango@fosstodon.org
When a measure becomes a target, it ceases to be a good measure.
-- Charles Goodhart

Post Reply