some pline()-like function usage

This commit is contained in:
nhmall
2023-03-08 19:12:52 -05:00
parent d9b43ce357
commit ecf74d5308
14 changed files with 26 additions and 26 deletions

View File

@@ -449,7 +449,7 @@ polyself(int psflags)
controllable_poly = Polymorph_control && !(Stunned || Unaware);
if (Unchanging) {
pline("You fail to transform!");
You("fail to transform!");
return;
}
/* being Stunned|Unaware doesn't negate this aspect of Poly_control */