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

Comparing deliantra/server/ext/nimbus.ext (file contents):
Revision 1.6 by root, Mon Jan 1 17:50:26 2007 UTC vs.
Revision 1.8 by root, Sat Jan 13 23:06:13 2007 UTC

1#! perl 1#! perl # MANDATORY
2 2
3# handle the nimbus map and other stuff 3# handle the nimbus map and other stuff
4 4
5my @STATS = qw( 5my @STATS = qw(
6 Str Dex Con Wis Cha Int Pow 6 Str Dex Con Wis Cha Int Pow
104 @savebed = ("/scorn/taverns/inn", 10, 5); 104 @savebed = ("/scorn/taverns/inn", 10, 5);
105 } 105 }
106 106
107 my $map = $ob->map; 107 my $map = $ob->map;
108 $pl->savebed (@savebed); 108 $pl->savebed (@savebed);
109 $ob->goto_map (@savebed); 109 $ob->goto (@savebed);
110 110
111 $map->nuke; 111 $map->nuke;
112 112
113 $pl->play_sound_player_only (cf::SOUND_PLAYER_DIES); 113 $pl->play_sound_player_only (cf::SOUND_PLAYER_DIES);
114 114

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines