From: Ari Johnson Date: Sat, 24 Feb 2007 15:08:55 +0000 (+0000) Subject: Pueblo font sizes not so huge for room names X-Git-Tag: 0.73~105 X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=64bcbd7bfb18727916eee92e20125bb7ee167bfd;p=cobramush.git Pueblo font sizes not so huge for room names --- diff --git a/src/look.c b/src/look.c index 1be51c8..54413e3 100644 --- a/src/look.c +++ b/src/look.c @@ -490,7 +490,7 @@ look_room(dbref player, dbref loc, enum look_type style) } } tag("HR"); - tag_wrap("FONT", "SIZE=+3", unparse_room(player, loc)); + tag_wrap("FONT", "SIZE=+2", unparse_room(player, loc)); PEND; notify_by(loc, player, pbuff); } @@ -791,7 +791,7 @@ do_examine(dbref player, const char *name, enum exam_type flag, int all) } if (ok) { PUSE; - tag_wrap("FONT", "SIZE=+3", object_header(player, thing)); + tag_wrap("FONT", "SIZE=+2", object_header(player, thing)); PEND; notify(player, pbuff); if (FLAGS_ON_EXAMINE)