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.178 by root, Sun Dec 28 15:28:47 2008 UTC vs.
Revision 1.179 by root, Sun Dec 28 16:35:32 2008 UTC

1263 * Handles applying a sign. 1263 * Handles applying a sign.
1264 */ 1264 */
1265static void 1265static void
1266apply_sign (object *op, object *sign, int autoapply) 1266apply_sign (object *op, object *sign, int autoapply)
1267{ 1267{
1268 if (!op->is_player())
1269 return;
1270
1268 if (sign->has_dialogue ()) 1271 if (sign->has_dialogue ())
1269 { 1272 {
1270 op->statusmsg (format ("Maybe you should I<talk> to the %s instead?", &sign->name)); 1273 op->statusmsg (format ("Maybe you should I<talk> to the %s instead?", &sign->name));
1271 return; 1274 return;
1272 } 1275 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines