Adding "vial of poison" transformer, and allowing booze to be "tainted"
by it. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@3776 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
a4e716e1f7
commit
7ebd47dd82
|
|
@ -11,4 +11,5 @@ editable 2048
|
|||
identified 1
|
||||
name_pl boozes
|
||||
client_type 611
|
||||
slaying vial_posion:posion
|
||||
end
|
||||
|
|
|
|||
|
|
@ -0,0 +1,19 @@
|
|||
Object vial_posion
|
||||
nrof 1
|
||||
type 163
|
||||
face vial_yellow.111
|
||||
material 4
|
||||
materialname glass
|
||||
weight 100
|
||||
value 1000
|
||||
name vial
|
||||
name_pl vials
|
||||
title posion
|
||||
client_type 649
|
||||
slaying taint
|
||||
msg
|
||||
A poison of some sort.
|
||||
Maybe it could be used
|
||||
to taint someones food.
|
||||
endmsg
|
||||
end
|
||||
Loading…
Reference in New Issue