Skip to content

Commit

Permalink
Let TSO worshippers use their poison stingers
Browse files Browse the repository at this point in the history
TSO's poison conduct was removed in c6e9da2
  • Loading branch information
isloat committed Dec 30, 2016
1 parent 67baa83 commit bf3f530
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions crawl-ref/source/player.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6969,14 +6969,6 @@ int player::has_tail(bool allow_tran) const

int player::has_usable_tail(bool allow_tran) const
{
// TSO worshippers don't use their stinger in order
// to avoid poisoning.
if (religion == GOD_SHINING_ONE
&& player_mutation_level(MUT_STINGER, allow_tran) > 0)
{
return 0;
}

return has_tail(allow_tran);
}

Expand Down

0 comments on commit bf3f530

Please sign in to comment.