mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-01 10:30:16 +01:00
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:
parent
48a2738d6a
commit
4543522a7d
105 changed files with 1990 additions and 3403 deletions
|
|
@ -1,13 +1,13 @@
|
|||
/**************************************************************************
|
||||
* File: pfdefaults.h Part of tbaMUD *
|
||||
* Usage: ASCII player file defaults. *
|
||||
**************************************************************************/
|
||||
|
||||
#ifndef _PFDEFAULTS_H_
|
||||
#define _PFDEFAULTS_H_
|
||||
|
||||
/*
|
||||
ascii pfile variable defaults
|
||||
|
||||
WARNING: Do not change the values below if you've got existing ascii
|
||||
player files you don't want to screw up. See the documentation
|
||||
included in the ascii pfiles distribution for more information.
|
||||
*/
|
||||
/* WARNING: Do not change the values below if you have existing ascii player
|
||||
* files you don't want to screw up. */
|
||||
|
||||
#define PFDEF_SEX 0
|
||||
#define PFDEF_CLASS 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue