ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/apply.c
(Generate patch)

Comparing deliantra/server/server/apply.c (file contents):
Revision 1.1.1.2 by elmex, Wed Feb 22 18:03:18 2006 UTC vs.
Revision 1.3 by elmex, Wed Feb 22 18:53:55 2006 UTC

1/* 1/*
2 * static char *rcsid_apply_c = 2 * static char *rcsid_apply_c =
3 * "$Id: apply.c,v 1.1.1.2 2006/02/22 18:03:18 elmex Exp $"; 3 * "$Id: apply.c,v 1.3 2006/02/22 18:53:55 elmex Exp $";
4 */ 4 */
5/* 5/*
6 CrossFire, A Multiplayer game for X-windows 6 CrossFire, A Multiplayer game for X-windows
7 7
8 Copyright (C) 2001 Mark Wedel & Crossfire Development Team 8 Copyright (C) 2001 Mark Wedel & Crossfire Development Team
2348 return 1; 2348 return 1;
2349} 2349}
2350 2350
2351static void apply_savebed (object *pl) 2351static void apply_savebed (object *pl)
2352{ 2352{
2353#ifndef COZY_SERVER
2353 if(!pl->contr->name_changed||!pl->stats.exp) { 2354 if(!pl->contr->name_changed||!pl->stats.exp) {
2354 new_draw_info(NDI_UNIQUE, 0,pl,"You don't deserve to save your character yet."); 2355 new_draw_info(NDI_UNIQUE, 0,pl,"You don't deserve to save your character yet.");
2355 return; 2356 return;
2356 } 2357 }
2358#endif
2357 if(QUERY_FLAG(pl,FLAG_WAS_WIZ)) { 2359 if(QUERY_FLAG(pl,FLAG_WAS_WIZ)) {
2358 new_draw_info(NDI_UNIQUE, 0,pl,"Since you have cheated you can't save."); 2360 new_draw_info(NDI_UNIQUE, 0,pl,"Since you have cheated you can't save.");
2359 return; 2361 return;
2360 } 2362 }
2361 2363

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines