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

@@ -52,7 +52,7 @@ switch %random.23%
say Ah! Fellow travellers! Come have a look at the finest silk this side of the infamous Ched Razimtheth!
break
case 14
look %actor%
emote looks at you.
say You are feebly attired for the danger that lies ahead.
break
case 15
@@ -443,8 +443,8 @@ if %actor%
%send% %actor% You discover that %self.name% has %self.hisher% hands in your wallet.
%echoaround% %actor% %self.name% tries to steal gold from %actor.name%.
eval coins %actor.gold% * %random.10% / 100
nop %actor.gold(-%coins%)
nop %self.gold(%coins%)
nop %actor.gold(-%coins%)%
nop %self.gold(%coins%)%
end
end
~