diff --git a/Assets/Scripts/Mechanics/StaticUntilTouched.cs b/Assets/Scripts/Mechanics/StaticUntilTouched.cs index b0c44ab4..238f9402 100644 --- a/Assets/Scripts/Mechanics/StaticUntilTouched.cs +++ b/Assets/Scripts/Mechanics/StaticUntilTouched.cs @@ -2,6 +2,7 @@ using System.Collections.Generic; using UnityEngine; +[DisallowMultipleComponent] public class StaticUntilTouched : SavableMonoBehaviour, IBlastable { [SerializeField] diff --git a/Assets/Scripts/StaticUntilSwapped.cs b/Assets/Scripts/StaticUntilSwapped.cs index 3642d636..fcaa4d15 100644 --- a/Assets/Scripts/StaticUntilSwapped.cs +++ b/Assets/Scripts/StaticUntilSwapped.cs @@ -2,6 +2,7 @@ using System.Collections.Generic; using UnityEngine; +[DisallowMultipleComponent] public class StaticUntilSwapped : SavableMonoBehaviour, ISwappable { [SerializeField]