Change coffee type from poison food (7) to drink (54), as r13937 intended to do.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@20554 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
1f50e2b74f
commit
e301ab9929
|
@ -1,3 +1,7 @@
|
|||
Fix r13937, which changed coffee to poison_food type when it meant to change to drink.
|
||||
food/coffee.arc
|
||||
Daniel Hawkins 2018-01-27
|
||||
|
||||
Make beholder leaders look slightly dfferent from regular beholders and give them a second forward face.
|
||||
monster/beholder/beholder_leader_arc.face
|
||||
monster/beholder/beholder_leader.face
|
||||
|
|
|
@ -4,7 +4,7 @@ on_use_yield coffee_empty
|
|||
face coffee.111
|
||||
food 10
|
||||
nrof 1
|
||||
type 7
|
||||
type 54
|
||||
material 32
|
||||
value 25
|
||||
weight 5000
|
||||
|
|
Loading…
Reference in New Issue