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; }