Skip to content

Commit

Permalink
Fixed for exorcise return value.
Browse files Browse the repository at this point in the history
  • Loading branch information
jclaar4 committed Jul 23, 2021
1 parent 670d038 commit 34e2fe0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion act1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2974,7 +2974,8 @@ namespace obj_funcs

bool exorcise()
{
return object_action();
object_action();
return true;
}

bool plugger()
Expand Down

0 comments on commit 34e2fe0

Please sign in to comment.