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.131 by root, Sat Sep 8 09:15:49 2007 UTC vs.
Revision 1.132 by root, Sat Sep 8 09:46:59 2007 UTC

1998 if (tmp->type == FOOD || tmp->type == FLESH) 1998 if (tmp->type == FOOD || tmp->type == FLESH)
1999 op->failmsg ("You feel full, but what a waste of food!"); 1999 op->failmsg ("You feel full, but what a waste of food!");
2000 else 2000 else
2001 op->statusmsg ("Most of the drink goes down your face not your throat!"); 2001 op->statusmsg ("Most of the drink goes down your face not your throat!");
2002 } 2002 }
2003
2004 tmp->play_sound (
2005 tmp->sound
2006 ? tmp->sound
2007 : tmp->type == DRINK
2008 ? sound_find ("eat_drink")
2009 : sound_find ("eat_food")
2010 );
2003 2011
2004 if (!QUERY_FLAG (tmp, FLAG_CURSED)) 2012 if (!QUERY_FLAG (tmp, FLAG_CURSED))
2005 { 2013 {
2006 const char *buf; 2014 const char *buf;
2007 2015

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines