dropIfUp method

void dropIfUp()

Implementation

void dropIfUp() {
  if (!dropped) {
    dropSplash();
  }
}