Deprecate goblin_parts treasurelist, instead use humanoid_parts.
parent
40fc94aaf4
commit
ae991dfdee
|
@ -36,7 +36,7 @@ resist_chaos 80
|
|||
resist_godpower 80
|
||||
resist_holyword 100
|
||||
resist_blind 100
|
||||
randomitems goblin_parts
|
||||
randomitems humanoid_parts
|
||||
see_invisible 1
|
||||
undead 1
|
||||
can_use_skill 1
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
treasure goblin
|
||||
arch skill_use_magic_item
|
||||
more
|
||||
list goblin_parts
|
||||
chance 10
|
||||
list humanoid_parts
|
||||
chance 20
|
||||
more
|
||||
list poor_old
|
||||
more
|
||||
|
@ -11,6 +11,7 @@ more
|
|||
end
|
||||
|
||||
##
|
||||
# deprecated, goblins now use the humanoid_parts list
|
||||
treasureone goblin_parts
|
||||
arch fl_corpse
|
||||
chance 30
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
treasure orc
|
||||
arch skill_use_magic_item
|
||||
more
|
||||
list goblin_parts
|
||||
list humanoid_parts
|
||||
chance 20
|
||||
no
|
||||
arch orcchop
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
treasure broo
|
||||
arch skill_use_magic_item
|
||||
more
|
||||
list goblin_parts
|
||||
chance 40
|
||||
list humanoid_parts
|
||||
chance 20
|
||||
more
|
||||
arch skill_one_handed_weapon
|
||||
more
|
||||
|
|
Loading…
Reference in New Issue