From 6d2a06a508388771789e50095fa136bb512e2025 Mon Sep 17 00:00:00 2001 From: Ignis Date: Sat, 28 Aug 2021 12:49:43 +0200 Subject: [PATCH] test --- Assets/Scripts/Trap.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Trap.cs b/Assets/Scripts/Trap.cs index 640edb0..d229902 100644 --- a/Assets/Scripts/Trap.cs +++ b/Assets/Scripts/Trap.cs @@ -151,7 +151,7 @@ public class Trap : MonoBehaviour if (robberInRange) { - Debug.Log("The robber set off the trap."); + Debug.Log("The robber has set off the trap."); isActivated = false; GetComponent().sharedMaterial = unsetMaterial; }