Skip to content

Commit

Permalink
Meant to move this, not copy it
Browse files Browse the repository at this point in the history
  • Loading branch information
quietust committed Jan 19, 2014
1 parent 24fbf57 commit baf377a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions plugins/strangemood.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit baf377a

Please sign in to comment.