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.10 by root, Mon Jun 11 21:38:13 2007 UTC vs.
Revision 1.11 by root, Mon Aug 20 22:21:48 2007 UTC

110 cf::async { 110 cf::async {
111 $ob->goto (@savebed); 111 $ob->goto (@savebed);
112 112
113 $map->nuke; 113 $map->nuke;
114 114
115 $pl->play_sound_player_only (cf::SOUND_PLAYER_DIES); 115 #$pl->play_sound (cf::sound::find "player_dies");
116 116
117 $ob->message ("You feel as if you woke up from a dream.\n"); 117 $ob->message ("You feel as if you woke up from a dream.\n"
118 $ob->message ("You have a headache.\n"); 118 . "You have a headache.\n"
119 $ob->message ("Maybe you should have a drink.\n"); 119 . "Maybe you should have a drink.\n");
120 }; 120 };
121 121
122 cf::override; 122 cf::override;
123 }, 123 },
124; 124;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines