From 9e65f4e697ef2ecde5756b66c709c3d0f6ed7372 Mon Sep 17 00:00:00 2001 From: Erik Lunna Date: Tue, 31 Oct 2023 07:39:39 +0100 Subject: [PATCH] Increase duration of regeneration from eating troll corpses. Also boosted phasing from phase spiders slightly. --- src/eat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/eat.c b/src/eat.c index cf8bc8e3b..5fd6df954 100644 --- a/src/eat.c +++ b/src/eat.c @@ -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) { @@ -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