mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-23 18:50:13 +01:00
- Removed the do_oasis function and called the Xedit commands directly (thanks Rhade).
- Updated idle timer to keep track of imms too (thanks Jamdog). - Standardized OLC messages. - Removed special procedures that were replaced with trigedit. - Updated README.WIN, README.MSVC8, and README.CYGWIN. --Rumble
This commit is contained in:
parent
f34cc2c8ed
commit
7f65248b2a
26 changed files with 534 additions and 1006 deletions
|
|
@ -10,13 +10,11 @@
|
|||
|
||||
#include "conf.h"
|
||||
#include "sysdep.h"
|
||||
|
||||
#include "structs.h"
|
||||
#include "db.h"
|
||||
#include "interpreter.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
/* external globals */
|
||||
extern int mini_mud;
|
||||
|
||||
|
|
@ -41,7 +39,6 @@ void ASSIGNMOB(mob_vnum mob, SPECIAL(fname));
|
|||
void ASSIGNOBJ(obj_vnum obj, SPECIAL(fname));
|
||||
|
||||
/* functions to perform assignments */
|
||||
|
||||
void ASSIGNMOB(mob_vnum mob, SPECIAL(fname))
|
||||
{
|
||||
mob_rnum rnum;
|
||||
|
|
@ -72,11 +69,7 @@ void ASSIGNROOM(room_vnum room, SPECIAL(fname))
|
|||
log("SYSERR: Attempt to assign spec to non-existant room #%d", room);
|
||||
}
|
||||
|
||||
|
||||
/* ********************************************************************
|
||||
* Assignments *
|
||||
******************************************************************** */
|
||||
|
||||
/* Assignments */
|
||||
/* assign special procedures to mobiles */
|
||||
void assign_mobiles(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue