Skip to content

Commit b18b73f

Browse files
committed
Update PressurePlate.cs
1 parent 1989d62 commit b18b73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S-Team/Assets/Game/Scripts/Level Scripts/PressurePlate.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class PressurePlate : MonoBehaviour
99
public bool pressed = false;
1010
public PlayerScientist playerScience;
1111

12-
private float stayTime = 3.0f;
12+
private float stayTime = 1.5f;
1313
private bool start_timer = false;
1414

1515
// Update is called once per frame

0 commit comments

Comments
 (0)