From 620d8890168358f43e2993d89737a920999f4ff0 Mon Sep 17 00:00:00 2001 From: Alex Smith Date: Tue, 14 Apr 2026 17:53:58 +0100 Subject: [PATCH] Correctly abbreviate a message to shrink executable size No player-visible gameplay changes. --- src/sit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sit.c b/src/sit.c index b8ea2cd79..15c16dbdf 100644 --- a/src/sit.c +++ b/src/sit.c @@ -326,7 +326,7 @@ special_throne_effect(int effect) { /* polymorph effect (not blocked by magic resistance, but other things that protect from polymorphs work) */ if (is_vampire(gy.youmonst.data)) { - pline("You feel unworthy."); + You_feel("unworthy."); } else { pline("This throne was not meant for those such as you!"); You_feel("a change coming over you.");