Renamed several functions to lower case and variable wovel to vowel. Removed oasis_delete.h and object type TRAP. --Rumble
This commit is contained in:
12
src/limits.c
12
src/limits.c
@@ -1,12 +1,12 @@
|
||||
/* ************************************************************************
|
||||
* File: limits.c Part of CircleMUD *
|
||||
* Usage: limits & gain funcs for HMV, exp, hunger/thirst, idle time *
|
||||
/**************************************************************************
|
||||
* File: limits.c Part of tbaMUD *
|
||||
* Usage: Limits & gain funcs for HMV, exp, hunger/thirst, idle time. *
|
||||
* *
|
||||
* All rights reserved. See license.doc for complete information. *
|
||||
* All rights reserved. See license for complete information. *
|
||||
* *
|
||||
* Copyright (C) 1993, 94 by the Trustees of the Johns Hopkins University *
|
||||
* CircleMUD is based on DikuMUD, Copyright (C) 1990, 1991. *
|
||||
************************************************************************ */
|
||||
**************************************************************************/
|
||||
|
||||
#include "conf.h"
|
||||
#include "sysdep.h"
|
||||
@@ -113,9 +113,7 @@ int hit_gain(struct char_data *ch)
|
||||
gain = graf(age(ch)->year, 8, 12, 20, 32, 16, 10, 4);
|
||||
|
||||
/* Class/Level calculations */
|
||||
|
||||
/* Skill/Spell calculations */
|
||||
|
||||
/* Position calculations */
|
||||
|
||||
switch (GET_POS(ch)) {
|
||||
|
||||
Reference in New Issue
Block a user