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

Comparing deliantra/server/ext/dmcommands.ext (file contents):
Revision 1.23 by root, Wed Sep 19 21:56:30 2007 UTC vs.
Revision 1.24 by root, Sat Dec 20 02:32:31 2008 UTC

93cf::register_command wizlook => sub { 93cf::register_command wizlook => sub {
94 my ($ob, $arg) = @_; 94 my ($ob, $arg) = @_;
95 95
96 return unless $ob->may ("command_wizlook"); 96 return unless $ob->may ("command_wizlook");
97 97
98 $ob->contr->clear_los; 98 $ob->contr->clear_los (0);
99 99
100 $ob->reply (undef, "You can temporarily see through walls."); 100 $ob->reply (undef, "You can temporarily see through walls.");
101 101
102 1 102 1
103}; 103};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines