Meant to move this, not copy it

develop
Quietust 2014-01-18 22:56:56 -06:00
parent 24fbf570e6
commit baf377afba
1 changed files with 0 additions and 6 deletions

@ -429,12 +429,6 @@ command_result df_strangemood (color_ostream &out, vector <string> & 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);