Fix half-orc player so it starts with 999 food instead of 0 food.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@20111 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
d2c98ecfd3
commit
de69fe334f
|
@ -1,3 +1,8 @@
|
|||
Fixed half-orc player to start with full food bar rather
|
||||
than empty one.
|
||||
player/race/pl_half_orc.arc
|
||||
Daniel Hawkins 2015-11-30
|
||||
|
||||
New ground type, acid (based on lava archetype but color
|
||||
has changed and attacktype changed from fire to acid.)
|
||||
ground/acid.arc
|
||||
|
|
|
@ -24,6 +24,7 @@ dam 1
|
|||
type 1
|
||||
speed 1
|
||||
weight 70000
|
||||
food 999
|
||||
resist_poison 30
|
||||
can_use_shield 1
|
||||
can_use_armour 1
|
||||
|
|
Loading…
Reference in New Issue