Skip to content

Commit

Permalink
Increase duration of regeneration from eating troll corpses. Also boo…
Browse files Browse the repository at this point in the history
…sted phasing from phase spiders slightly.
  • Loading branch information
elunna committed Oct 31, 2023
1 parent 1f9fb92 commit 9e65f4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/eat.c
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ int pm;
if (mons[pm].mlet == S_TROLL) {
if (!Regeneration)
You_feel("invigorated!");
incr_itimeout(&HRegeneration, d(2, 6));
incr_itimeout(&HRegeneration, d(4, 6));
}

switch (pm) {
Expand Down Expand Up @@ -1415,7 +1415,7 @@ int pm;
incr_itimeout(&HDisplaced, d(6, 6));
break;
case PM_PHASE_SPIDER:
set_itimeout(&HPasses_walls, (long) (d(4, 4) + 4)); /* 8..20 */
set_itimeout(&HPasses_walls, (long) (d(4, 4) + 6)); /* 8..20 */
break;
case PM_DISENCHANTER:
/* picks an intrinsic at random and removes it; there's
Expand Down

0 comments on commit 9e65f4e

Please sign in to comment.