Fix Purification Powder not working on ebonsand
This commit is contained in:
parent
08295343d7
commit
7a1ea99ea8
2 changed files with 7 additions and 2 deletions
|
|
@ -389,6 +389,11 @@ namespace TShockAPI
|
||||||
tile.type = 112;
|
tile.type = 112;
|
||||||
changed = true;
|
changed = true;
|
||||||
}
|
}
|
||||||
|
else if (tile.type == 112 && newtile.Type == 53)
|
||||||
|
{
|
||||||
|
tile.type = 53;
|
||||||
|
changed = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -36,5 +36,5 @@ using System.Runtime.InteropServices;
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
|
|
||||||
|
|
||||||
[assembly: AssemblyVersion("3.3.4.1216")]
|
[assembly: AssemblyVersion("3.3.4.1217")]
|
||||||
[assembly: AssemblyFileVersion("3.3.4.1216")]
|
[assembly: AssemblyFileVersion("3.3.4.1217")]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue