forked from cgvr/DeltaVR
professor has his own radio
This commit is contained in:
@@ -12,6 +12,7 @@ public class ShapeDetectionNPC : NPCController
|
||||
public Printer3DInputHole printerInsertionHole;
|
||||
public ComputerPrinter computerPrinter;
|
||||
public ShapeScanner shapeScanner;
|
||||
public GameObject staticRadio;
|
||||
public Transform questMarkerPoint;
|
||||
public float radioAmount = 1f;
|
||||
public Transform[] movementPath;
|
||||
@@ -155,6 +156,7 @@ public class ShapeDetectionNPC : NPCController
|
||||
if (state == 6)
|
||||
{
|
||||
state = 7;
|
||||
staticRadio.SetActive(false);
|
||||
questMarker.gameObject.SetActive(false);
|
||||
await Task.Delay(2500);
|
||||
MoveToNextPoint(0);
|
||||
|
||||
Reference in New Issue
Block a user