buddha/bin/
buddha/cnf/
buddha/doc/cwg/
buddha/lib/
buddha/lib/etc/
buddha/lib/house/
buddha/lib/misc/
buddha/lib/pfiles/
buddha/lib/plralias/ZZZ/
buddha/lib/plrobjs/
buddha/lib/plrobjs/ZZZ/
buddha/lib/world/
buddha/lib/world/gld/
buddha/src/
buddha/src/doc/
#28700
Thief - 28712~
0 b 10
~
eval actor %random.char%
if %actor%
  if %actor.vnum% == -1 && %actor.gold%
    %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 workaround
    eval stealing %%actor.gold(-%coins%)%%
    nop %stealing%
    eval making %%self.gold(%coins%)%%
    nop %making%
    *nop %actor.gold(-%coins%)
    *nop %self.gold(%coins%)
  end
end
~
$~