Skip to content

Commit

Permalink
Adjust kraken tentacle msgs to not mention water.
Browse files Browse the repository at this point in the history
Since a soul-bound kraken flies and so is not in water.
  • Loading branch information
pooka109 committed Aug 21, 2024
1 parent 589741c commit ae761ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crawl-ref/source/mon-tentacle.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1242,9 +1242,9 @@ void mons_create_tentacles(monster* head)
if (mons_base_type(*head) == MONS_KRAKEN)
{
if (visible_count == 1)
mpr("A tentacle rises from the water!");
mpr("A tentacle reaches out from the kraken!");
else if (visible_count > 1)
mpr("Tentacles burst out of the water!");
mpr("Tentacles reach out from the kraken!");
}
else if (head->type == MONS_TENTACLED_STARSPAWN)
{
Expand Down

0 comments on commit ae761ad

Please sign in to comment.