Setting up 3.5.0 as trunk

This commit is contained in:
Rumble
2006-12-19 22:56:18 +00:00
parent 0ddbd8b56e
commit 99e3aa4d8b
1336 changed files with 514917 additions and 0 deletions

26
lib/world/trg/106.trg Normal file
View File

@@ -0,0 +1,26 @@
#10600
Armourer - 10634~
0 g 100
~
if %actor.is_pc%
if %actor.sex% == male
say Good day to ya sir, my friend to the east has my wares for sale, we have a partnership.
chuckle
elseif %actor.sex% == female
say Good day to ya maam, my friend to the east has my wares for sale, we have a partnership.
smirk
end
end
~
#10601
Near Death Trap - 10650~
2 g 100
~
* Near Death Trap stuns actor
wait 1 sec
eval stunned %actor.hitp%
%damage% %actor% %stunned%
wait 5 sec
%send% %actor% The Gods pity you enough to allow you to survive.
~
$~