Updated World and files for 3.57 release. --Rumble

This commit is contained in:
Rumble
2008-08-11 22:53:41 +00:00
parent 97dcc94afe
commit efab0b04fc
41 changed files with 7564 additions and 7350 deletions

View File

@@ -1587,12 +1587,26 @@ xxtestxx
%purge% %self%
~
#2792
test mob command~
test~
2 c 100
xxtestxx~
wait 1
%purge%
%load% obj 2779
xxhealxx~
if %actor.admin%
return 0
halt
else
if %cmd% == xxhealxx
set room_var %actor.room%
set target_char %room_var.people%
while %target_char%
set tmp_target %target_char.next_in_room%
%send% %target_char% You feel healed.
%damage% %target_char% -100
set target_char %tmp_target%
done
else
return 0
end
end
~
#2793
(2779) staff reincarnates sorceress~