This commit is contained in:
Pasi Kallinen
2023-12-30 23:11:50 +02:00
parent d4dfb1765c
commit c2fd027669

View File

@@ -2747,7 +2747,7 @@ zapyourself(struct obj *obj, boolean ordinary)
if (ordinary) if (ordinary)
pline_The("sleep ray hits you!"); pline_The("sleep ray hits you!");
else else
You("fall alseep!"); You("fall asleep!");
monstunseesu(M_SEEN_SLEEP); monstunseesu(M_SEEN_SLEEP);
fall_asleep(-rnd(50), TRUE); fall_asleep(-rnd(50), TRUE);
} }