Added TerraformingTools & functionality
This commit is contained in:
parent
4612938b54
commit
1e2ae28c12
8 changed files with 65 additions and 15 deletions
|
|
@ -14,7 +14,7 @@ namespace Tiles
|
|||
/// </summary>
|
||||
/// <param name="usable">the UsableItem that the Tile was clicked on with</param>
|
||||
/// <returns>a subclass of BaseTile if the Tile has to change, null if it stays the same type</returns>
|
||||
new public BaseTile Clicked(UsableItem usable) {
|
||||
public new BaseTile Clicked(UsableItem usable) {
|
||||
base.Clicked(usable);
|
||||
BaseTile rv = null;
|
||||
if (usable.GetType() == typeof(Items.Hoe))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue