|
From: <cro...@li...> - 2003-08-28 02:03:34
|
Module Name: crossfire
Committed By: temitchell
Date: Thu Aug 28 02:03:03 UTC 2003
Modified Files:
crossfire/lib: treasures
Log Message:
- add ape treasures
Start of context diffs
Index: crossfire/lib/treasures
diff -c crossfire/lib/treasures:1.63 crossfire/lib/treasures:1.64
*** crossfire/lib/treasures:1.63 Tue May 27 07:21:44 2003
--- crossfire/lib/treasures Wed Aug 27 19:03:03 2003
***************
*** 1,6 ****
# This file contains various treasures, with generation rules.
#
! # $Id: treasures,v 1.63 2003/05/27 14:21:44 avogl Exp $
#
# As of version 0.91.1, what this file was extended to handle list
# re-linking and generation of only 1 item on that list. This does away
--- 1,6 ----
# This file contains various treasures, with generation rules.
#
! # $Id: treasures,v 1.64 2003/08/28 02:03:03 temitchell Exp $
#
# As of version 0.91.1, what this file was extended to handle list
# re-linking and generation of only 1 item on that list. This does away
***************
*** 586,591 ****
--- 586,604 ----
arch grat_pelt
chance 10
end
+ treasureone ape_parts
+ arch liver
+ chance 20
+ more
+ arch heart
+ chance 10
+ more
+ arch tooth
+ chance 10
+ more
+ arch brain
+ chance 3
+ end
# gnoll/giant parts
treasureone giant_parts
arch fl_corpse
***************
*** 2597,2602 ****
--- 2610,2619 ----
treasure bear
list bear_parts
chance 40
+ end
+ treasure ape
+ list ape_parts
+ chance 25
end
treasure dwolf
list dwolf_parts
|