runnable
This commit is contained in:
parent
7a04d79aba
commit
470aeff3f3
4 changed files with 3659 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ namespace Tiles
|
|||
public new BaseTile Clicked(UsableItem usable) {
|
||||
base.Clicked(usable);
|
||||
BaseTile rv = null;
|
||||
if (usable.GetType() == typeof(Items.Hoe))
|
||||
if (usable.displayName == "Hoe")
|
||||
{
|
||||
rv = new FarmlandTile();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue