public void finishBath(Bath bath) { StartCoroutine(featherQuality.increase(1 + .5f * InventoryPersist.getBathLevel())); bath.unFill(); }
public void finishBath(Bath bath) { StartCoroutine(featherQuality.increase(1)); bath.unFill(); }