Skip to content

Commit

Permalink
add return to shape function
Browse files Browse the repository at this point in the history
  • Loading branch information
KorGgenT committed Sep 30, 2020
1 parent e212dd0 commit 6442e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/magic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ std::string spell::colorized_fail_percent( const Character &guy ) const

spell_shape spell::shape() const
{
type->spell_area;
return type->spell_area;
}

int spell::xp() const
Expand Down

0 comments on commit 6442e2d

Please sign in to comment.