Fixed command bug on class change. Implmented more of the local levequest errors and such.

This commit is contained in:
Filip Maj 2021-02-28 16:20:24 -05:00
parent eca510c489
commit 6d66f6aae3
7 changed files with 161 additions and 85 deletions

View file

@ -74,6 +74,7 @@ namespace Meteor.Map.Actors
{
currentCrafted += (short) targetRecipe.resultQuantity;
currentAttempt++;
}
public void CraftFail()