Added World files to SVN --Rumble

This commit is contained in:
Rumble
2010-07-06 05:10:26 +00:00
parent ab4d9c618e
commit 8dd16ea3d7
66 changed files with 2682 additions and 2839 deletions

View File

@@ -338,7 +338,7 @@ if %dir.mudcommand% == north || %dir.mudcommand% == east || %dir.mudcommand% ==
set finaldam 0
set i 0
while %i% != %dice%
eval tempDam %%random.%dam%%
eval tempDam %random.%dam%%
eval finaldam %finaldam% + %tempDam%
eval i %i% +1
done