Use new 'use' command to create poisoned water, fix poisoned water name.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@6294 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
ffc6db0235
commit
7c0d235e88
|
@ -66,6 +66,7 @@ material 32
|
|||
value 5
|
||||
weight 1500
|
||||
editable 2048
|
||||
name water
|
||||
name_pl waters
|
||||
client_type 611
|
||||
identified 0
|
||||
|
|
|
@ -11,5 +11,5 @@ weight 1500
|
|||
editable 2048
|
||||
name_pl waters
|
||||
client_type 611
|
||||
slaying vial_poison:water_poison
|
||||
on_use_with_vial_poison remove $1 remove $2 add water_poison
|
||||
end
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Object vial_poison
|
||||
nrof 1
|
||||
type 163
|
||||
type 7
|
||||
face vial_yellow.111
|
||||
material 4
|
||||
materialname glass
|
||||
|
@ -11,7 +11,7 @@ name_pl vials
|
|||
title poison
|
||||
client_type 649
|
||||
slaying taint
|
||||
food 2
|
||||
food 5
|
||||
msg
|
||||
A poison of some sort.
|
||||
Maybe it could be used
|
||||
|
|
Loading…
Reference in New Issue