Bryan-Legend / dragon-forge

Dragon Forge is a base-building adventure game about managing massive amounts of resources by foraging and crafting. Born a dragon in a cursed land, you must work to lift the curse by creating abundance.
3 stars 0 forks source link

Exception: Inventory full #192

Closed Bryan-Legend closed 2 years ago

Bryan-Legend commented 2 years ago

Legend.Inventory.HandleFullInventory (Legend.Item item) (at :0) Legend.Inventory.Add (Legend.Item item) (at :0) Legend.Inventory.Add (Legend.ItemId type, System.Double amount) (at :0) Legend.Inventory.MoveTo (Legend.ItemId id, System.Double amount, Legend.Inventory destination) (at :0) Legend.FactoryMenu+<>c__DisplayClass48_0.b__0 (DialogResult numberResult, System.Double value) (at :0) Legend.NumberDialog.Okay () (at :0) UnityEngine.Events.InvokableCall.Invoke () (at <027a98498d8c4623bf0c4b0061801949>:0) UnityEngine.Events.UnityEvent.Invoke () (at <027a98498d8c4623bf0c4b0061801949>:0) UnityEngine.UI.Button.Press () (at <7e71651e5c0349f9922d7e62f67b216c>:0) UnityEngine.UI.Button.OnPointerClick (UnityEngine.EventSystems.PointerEventData eventData) (at <7e71651e5c0349f9922d7e62f67b216c>:0) UnityEngine.EventSystems.ExecuteEvents.Execute (UnityEngine.EventSystems.IPointerClickHandler handler, UnityEngine.EventSystems.BaseEventData eventData) (at <7e71651e5c0349f9922d7e62f67b216c>:0) UnityEngine.EventSystems.ExecuteEvents.Execute[T] (UnityEngine.GameObject target, UnityEngine.EventSystems.BaseEventData eventData, UnityEngine.EventSystems.ExecuteEvents+EventFunction1[T1] functor) (at <7e71651e5c0349f9922d7e62f67b216c>:0) UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction1) Rewired.Integration.UnityUI.RewiredStandaloneInputModule:ProcessMousePress(MouseButtonEventData) Rewired.Integration.UnityUI.RewiredStandaloneInputModule:ProcessMouseEvent(Int32, Int32) Rewired.Integration.UnityUI.RewiredStandaloneInputModule:ProcessMouseEvents() Rewired.Integration.UnityUI.RewiredStandaloneInputModule:Process() UnityEngine.EventSystems.EventSystem:Update()

Bryan-Legend commented 2 years ago

Fixed