Correctly abbreviate a message to shrink executable size

No player-visible gameplay changes.
This commit is contained in:
Alex Smith
2026-04-14 17:53:58 +01:00
parent b67c624034
commit 620d889016

View File

@@ -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.");