ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/maps/perl/schmorp-neko.ext
(Generate patch)

Comparing deliantra/maps/perl/schmorp-neko.ext (file contents):
Revision 1.30 by root, Sun Sep 10 16:45:17 2006 UTC vs.
Revision 1.31 by root, Wed Sep 13 00:29:46 2006 UTC

125 teleport $hitter, "/scorn/misc/scorn_illusions", 15, 7; 125 teleport $hitter, "/scorn/misc/scorn_illusions", 15, 7;
126 $hitter->message ("You hear strange noises all around you..."); 126 $hitter->message ("You hear strange noises all around you...");
127 $hitter->message ("You feel dumb."); 127 $hitter->message ("You feel dumb.");
128 } 128 }
129 } else { 129 } else {
130 $hitter->hp (-1); 130 $hitter->stats->hp (-1);
131 $hitter->kill_object; 131 $hitter->kill_object;
132 } 132 }
133 133
134 cf::override; 134 cf::override;
135} 135}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines