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-b93c2d0d6712
master
silvernexus 2015-11-30 19:35:58 +00:00
parent d2c98ecfd3
commit de69fe334f
2 changed files with 6 additions and 0 deletions

View File

@ -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 New ground type, acid (based on lava archetype but color
has changed and attacktype changed from fire to acid.) has changed and attacktype changed from fire to acid.)
ground/acid.arc ground/acid.arc

View File

@ -24,6 +24,7 @@ dam 1
type 1 type 1
speed 1 speed 1
weight 70000 weight 70000
food 999
resist_poison 30 resist_poison 30
can_use_shield 1 can_use_shield 1
can_use_armour 1 can_use_armour 1