fixed first Shop Slot

started on shop switcher button (for animal shop)
This commit is contained in:
dhain 2022-06-23 15:01:13 +02:00
parent b0ab924037
commit acd602c85a
11 changed files with 286 additions and 143 deletions

View file

@ -97,7 +97,7 @@ public class FishingController : MonoBehaviour {
}
public void StartFishing() {
if (!_iv.elements.ContainsKey(_ic.GetItemByName("Bait"))) {
if (!_iv.Elements.ContainsKey(_ic.GetItemByName("Bait"))) {
_messageView.SendMessage("No bait!", 1.0f);
return;
}