This commit is contained in:
Ignis 2021-08-28 12:49:43 +02:00
parent 7d24fb961c
commit 6d2a06a508

View file

@ -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<MeshRenderer>().sharedMaterial = unsetMaterial;
}