Pueblo font sizes not so huge for room names
authorAri Johnson <ari@cobramush.org>
Sat, 24 Feb 2007 15:08:55 +0000 (15:08 +0000)
committerAri Johnson <ari@cobramush.org>
Sat, 24 Feb 2007 15:08:55 +0000 (15:08 +0000)
src/look.c

index 1be51c85d753fcc267209658d6aec450419c54f7..54413e33a28a31415f8b331df482a682aacbb095 100644 (file)
@@ -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)