mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-16 14:15:28 +01:00
Added Zone Flags, Zone Levels Restrictions, and zlock, zunlock and areas commands
This commit is contained in:
parent
44f59ceff2
commit
40d89ca26b
20 changed files with 1037 additions and 389 deletions
|
|
@ -1,13 +1,13 @@
|
|||
/**
|
||||
* @file constants.h
|
||||
* Declares the global constants defined in constants.c.
|
||||
*
|
||||
*
|
||||
* Part of the core tbaMUD source code distribution, which is a derivative
|
||||
* of, and continuation of, CircleMUD.
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* 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.
|
||||
*/
|
||||
#ifndef _CONSTANTS_H_
|
||||
#define _CONSTANTS_H_
|
||||
|
|
@ -15,6 +15,7 @@
|
|||
extern const char *tbamud_version;
|
||||
extern const char *dirs[];
|
||||
extern const char *room_bits[];
|
||||
extern const char *zone_bits[];
|
||||
extern const char *exit_bits[];
|
||||
extern const char *sector_types[];
|
||||
extern const char *genders[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue