Basic throw works
This commit is contained in:
@@ -144,7 +144,9 @@ public partial class Inventory : Node, IInventory
|
||||
|
||||
public void Throw(IInventoryItem item)
|
||||
{
|
||||
Remove(item);
|
||||
if (item is ThrowableItem throwable)
|
||||
throwable.Throw(throwable.ThrowableItemInfo);
|
||||
//Remove(item);
|
||||
}
|
||||
|
||||
public void Drop(IInventoryItem item)
|
||||
|
||||
Reference in New Issue
Block a user