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

Comparing deliantra/server/server/disease.C (file contents):
Revision 1.37 by root, Thu Aug 23 18:55:02 2007 UTC vs.
Revision 1.38 by root, Fri Aug 24 01:23:29 2007 UTC

208 * Modified by MSW 2003-03-28 do try to find all the symptom the 208 * Modified by MSW 2003-03-28 do try to find all the symptom the
209 * player may have - I think through some odd interactoins with 209 * player may have - I think through some odd interactoins with
210 * disease level and player level and whatnot, a player could get 210 * disease level and player level and whatnot, a player could get
211 * more than one symtpom to a disease. 211 * more than one symtpom to a disease.
212 */ 212 */
213
214int 213int
215remove_symptoms (object *disease) 214remove_symptoms (object *disease)
216{ 215{
217 object *symptom, *victim = NULL; 216 object *symptom, *victim = NULL;
218 217

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines