projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
621c961
)
Pueblo font sizes not so huge for room names
author
Ari Johnson
<ari@cobramush.org>
Sat, 24 Feb 2007 15:08:55 +0000
(15:08 +0000)
committer
Ari Johnson
<ari@cobramush.org>
Sat, 24 Feb 2007 15:08:55 +0000
(15:08 +0000)
src/look.c
patch
|
blob
|
history
diff --git
a/src/look.c
b/src/look.c
index 1be51c85d753fcc267209658d6aec450419c54f7..54413e33a28a31415f8b331df482a682aacbb095 100644
(file)
--- 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)