Update AllyReturn for Bool Switch on Drop
This commit is contained in:
parent
7f6b627bdd
commit
dade4f9ba0
@ -62,6 +62,7 @@ public class AlliedReturn : Physics2DObject
|
||||
{
|
||||
if (hasDroppableObject)
|
||||
{
|
||||
hasDroppableObject = false;
|
||||
Instantiate<GameObject>(droppables[Random.Range(0, droppables.Length)]).transform.position = this.transform.position;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user