1
0
forked from cgvr/DeltaVR

professor final voice line comes from himself, not radio

This commit is contained in:
2026-03-20 14:50:15 +02:00
parent 398f22efdd
commit 4796869a29
9 changed files with 67 additions and 66 deletions

View File

@@ -171,7 +171,7 @@ public class ShapeDetectionNPC : NPCController
state = 8;
staticRadio.SetActive(false);
questMarker.gameObject.SetActive(false);
SpeakVoiceLine(7, radio.gameObject, 0);
SpeakVoiceLine(7, gameObject, 0);
await Task.Delay(6500);
MoveToNextPoint(0);
}