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.246 by root, Tue Apr 6 03:53:33 2010 UTC vs.
Revision 1.247 by root, Tue Apr 6 03:59:19 2010 UTC

3598 switch (top->type) 3598 switch (top->type)
3599 { 3599 {
3600 // TODO: all this should move to examine 3600 // TODO: all this should move to examine
3601 case ALTAR: 3601 case ALTAR:
3602 case IDENTIFY_ALTAR: 3602 case IDENTIFY_ALTAR:
3603 case TRIGGER_ALTAR:
3603 case CONVERTER: 3604 case CONVERTER:
3605 //case TRIGGER_PEDESTAL:
3604 pl->failmsg (format ( 3606 pl->failmsg (format (
3605 "You see no obvious mechanism on the %s." 3607 "You see no obvious mechanism on the %s."
3606 "H<You have to drop one or more specific items here.>", 3608 "H<You have to drop one or more specific items here.>",
3607 query_short_name (top) 3609 query_short_name (top)
3608 )); 3610 ));
3609 break; 3611 break;
3610 3612
3611 case BUTTON: 3613 case BUTTON:
3614 case TRIGGER_BUTTON:
3612 pl->failmsg (format ( 3615 pl->failmsg (format (
3613 "The %s looks as if you could activate it with somehting heavy. " 3616 "The %s looks as if you could activate it with somehting heavy. "
3614 "H<You must put enough items here to activate it.>", 3617 "H<You must put enough items here to activate it.>",
3615 query_short_name (top) 3618 query_short_name (top)
3616 )); 3619 ));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines