From baf377afba8b17c6c286c8bfa00f0f441493bb83 Mon Sep 17 00:00:00 2001 From: Quietust Date: Sat, 18 Jan 2014 22:56:56 -0600 Subject: [PATCH] Meant to move this, not copy it --- plugins/strangemood.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugins/strangemood.cpp b/plugins/strangemood.cpp index 5dd12c627..f3327c382 100644 --- a/plugins/strangemood.cpp +++ b/plugins/strangemood.cpp @@ -429,12 +429,6 @@ command_result df_strangemood (color_ostream &out, vector & parameters) df::unit *cur = world->units.active[i]; if (!isUnitMoodable(cur)) continue; - if (cur->flags1.bits.has_mood) - { - ui->mood_cooldown = 1000; - out.printerr("A strange mood is already in progress!\n"); - return CR_FAILURE; - } if (!cur->flags1.bits.had_mood) mood_available = true; moodable_units.push_back(cur);