summaryrefslogtreecommitdiffstats
path: root/mbbsd/talk.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/talk.c')
-rw-r--r--mbbsd/talk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c
index a67afdac..00ff1c83 100644
--- a/mbbsd/talk.c
+++ b/mbbsd/talk.c
@@ -1986,6 +1986,8 @@ draw_pickup(int drawall, pickup_t * pickup, int pickup_way,
if ((uentp->userlevel & PERM_VIOLATELAW))
memcpy(mind, "³q½r", 4);
+ else if (uentp->birth)
+ memcpy(mind, "¹Ø¬P", 4);
else
memcpy(mind, uentp->mind, 4);
mind[4] = 0;