mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-31 14:38:49 +01:00
16 lines
403 B
Text
16 lines
403 B
Text
#28700
|
|
Thief - 28712~
|
|
0 b 10
|
|
~
|
|
set actor %random.char%
|
|
if %actor%
|
|
if %actor.is_pc% && %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 %actor.gold(-%coins%)
|
|
nop %self.gold(%coins%)
|
|
end
|
|
end
|
|
~
|
|
$~
|