diff --git a/lib/text/help/help.hlp b/lib/text/help/help.hlp index a25e182..e536da4 100644 --- a/lib/text/help/help.hlp +++ b/lib/text/help/help.hlp @@ -2407,16 +2407,16 @@ Gives you the current game time. tbaMUD uses zulu time 0-24 hours. There are takes about 12 days. /** Number of real life seconds per mud hour. -#define SECS_PER_MUD_HOUR 75 +@#define SECS_PER_MUD_HOUR 75 /** Real life seconds in one mud day. * Current calculation = 30 real life minutes. */ -#define SECS_PER_MUD_DAY (24*SECS_PER_MUD_HOUR) +@#define SECS_PER_MUD_DAY (24*SECS_PER_MUD_HOUR) /** Real life seconds per mud month. * Current calculation = 17.5 real life hours */ -#define SECS_PER_MUD_MONTH (35*SECS_PER_MUD_DAY) +@#define SECS_PER_MUD_MONTH (35*SECS_PER_MUD_DAY) /** Real life seconds per mud month. * Current calculation ~= 12.4 real life days */ -#define SECS_PER_MUD_YEAR (17*SECS_PER_MUD_MONTH) +@#define SECS_PER_MUD_YEAR (17*SECS_PER_MUD_MONTH) /* real-life time (remember Real Life?) */ @n#define SECS_PER_REAL_MIN 60 diff --git a/lib/world/wld/0.wld b/lib/world/wld/0.wld index 2e13935..39af1bc 100644 --- a/lib/world/wld/0.wld +++ b/lib/world/wld/0.wld @@ -46,7 +46,6 @@ and they will advance you to begin your training. ~ 0 24 0 0 0 0 S -T 57742 #3 The Builder Academy~ Congratulations on your new-found immortality. Now all you need to know is diff --git a/lib/world/wld/301.wld b/lib/world/wld/301.wld index 1fb6d84..28c6c9e 100644 --- a/lib/world/wld/301.wld +++ b/lib/world/wld/301.wld @@ -33,7 +33,7 @@ class range. Remove the extra '0' if you don't need/want it. Here are some recommended specials for the mobs: #04 should be given a sleep spell to cast #47 should be given an undead process. - +* Zone 301 is linked to the following zones: 302 Campus at 30123 (south) ---> 30236 302 Campus at 30124 (north) ---> 30250 @@ -50,7 +50,6 @@ Zone 301 is linked to the following zones: 302 Campus at 30136 (east ) ---> 30266 302 Campus at 30140 (south) ---> 30260 302 Campus at 30142 (north) ---> 30201 - 302 Campus at 30142 (east ) ---> 30203 302 Campus at 30199 (up ) ---> 30200 ~ diff --git a/src/act.informative.c b/src/act.informative.c index 05d5171..cc4c6fc 100644 --- a/src/act.informative.c +++ b/src/act.informative.c @@ -1109,7 +1109,9 @@ ACMD(do_who) int max_level; int count; /* must always start as 0 */ } rank[] = { - + { "Immortals\r\n---------\r\n", LVL_IMMORT, LVL_IMPL, 0}, + { "Mortals\r\n-------\r\n", 1, LVL_IMMORT - 1, 0 }, + { "\n", 0, 0, 0 } }; skip_spaces(&argument);