mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-21 09:40:14 +01:00
- Added object type CHAIR (thanks Dark).
- Added ZZZ directories to plrfiles and plrvars (thanks Zizazat). - Added 00 files to plrfiles directories (thanks Khorlane). - Added mail check at reconnect and when coming back from AFK. - Added JamDog's updated levenshtein_distance that compiles clean with MSVC++. - Added AFK to player L-desc. --Rumble
This commit is contained in:
parent
1f74a71456
commit
f34cc2c8ed
26 changed files with 494 additions and 626 deletions
|
|
@ -319,6 +319,7 @@ const char *item_types[] = {
|
|||
"PEN",
|
||||
"BOAT",
|
||||
"FOUNTAIN",
|
||||
"CHAIR",
|
||||
"\n"
|
||||
};
|
||||
|
||||
|
|
@ -498,8 +499,7 @@ const char *fullness[] =
|
|||
""
|
||||
};
|
||||
|
||||
/* str, int, wis, dex, con applies **************************************/
|
||||
/* [ch] strength apply (all) */
|
||||
/* str, int, wis, dex, con applies, [ch] strength apply (all) */
|
||||
cpp_extern const struct str_app_type str_app[] = {
|
||||
{-5, -4, 0, 0}, /* str = 0 */
|
||||
{-5, -4, 3, 1}, /* str = 1 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue