set is_lightable on lanterns and torches
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@3551 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
0a49440adf
commit
0efa12126d
|
@ -9,6 +9,7 @@ food 10000
|
|||
type 82
|
||||
nrof 1
|
||||
glow_radius 0
|
||||
is_lightable 1
|
||||
editable 128
|
||||
magicmap brown
|
||||
name_pl lanterns
|
||||
|
@ -26,6 +27,7 @@ type 82
|
|||
weight 1500
|
||||
speed 0.01
|
||||
glow_radius 5
|
||||
is_lightable 1
|
||||
editable 128
|
||||
magicmap orange
|
||||
name_pl lanterns
|
||||
|
|
|
@ -9,6 +9,7 @@ food 10000
|
|||
type 82
|
||||
nrof 1
|
||||
glow_radius 0
|
||||
is_lightable 1
|
||||
editable 128
|
||||
magicmap brown
|
||||
name_pl lanterns
|
||||
|
@ -26,6 +27,7 @@ type 82
|
|||
weight 2500
|
||||
speed 0.02
|
||||
glow_radius 8
|
||||
is_lightable 1
|
||||
editable 128
|
||||
magicmap orange
|
||||
name_pl lanterns
|
||||
|
|
|
@ -9,6 +9,7 @@ food 1
|
|||
changing 1
|
||||
nrof 1
|
||||
glow_radius 0
|
||||
is_lightable 1
|
||||
editable 128
|
||||
magicmap brown
|
||||
name_pl torches
|
||||
|
@ -49,6 +50,7 @@ value 0
|
|||
weight 500
|
||||
speed 0.15
|
||||
glow_radius 2
|
||||
is_lightable 1
|
||||
editable 128
|
||||
name_pl torches
|
||||
client_type 1102
|
||||
|
|
Loading…
Reference in New Issue