Move chicken egg to its own file.

git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@6401 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2007-06-03 15:24:28 +00:00
parent 996b8f555c
commit ea43acc0d0
2 changed files with 8 additions and 8 deletions

View File

@ -21,11 +21,3 @@ endmsg
race *
level 5
end
Object chicken_egg
name egg
type 72
face ant_egg.111
food 10
weight 20
nrof 1
end

View File

@ -0,0 +1,8 @@
Object chicken_egg
name egg
type 72
face ant_egg.111
food 10
weight 20
nrof 1
end