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;
|
||||
changed = true;
|
||||
}
|
||||
else if (tile.type == 112 && newtile.Type == 53)
|
||||
{
|
||||
tile.type = 53;
|
||||
changed = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue