private void DoDisableTrap() { // A different Engineer may have already destroyed it UI.S.PlaySound("AttackBoost"); if (currentTrap != null) { Destroy(currentTrap); } baseScript.ContinueMove(); currentTrap = null; }