Make invisible lighting not be pushed around by spells.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21554 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
b678d36ed2
commit
5d23450654
|
@ -1,3 +1,8 @@
|
||||||
|
Make the light bulb invisible lighting arches have no_pick
|
||||||
|
so that spells can't push them around.
|
||||||
|
light/light_bulb.arc
|
||||||
|
Daniel Hawkins 2020-11-21
|
||||||
|
|
||||||
Add guide to Ranged Combat so that the Ranger class can start with a guide.
|
Add guide to Ranged Combat so that the Ranger class can start with a guide.
|
||||||
readable/guide/guide_ranged.arc
|
readable/guide/guide_ranged.arc
|
||||||
player/class/Warrior/ranger.trs
|
player/class/Warrior/ranger.trs
|
||||||
|
|
|
@ -1,24 +1,28 @@
|
||||||
Object light1
|
Object light1
|
||||||
name light
|
name light
|
||||||
face light_bulb_1.111
|
face light_bulb_1.111
|
||||||
|
no_pick 1
|
||||||
glow_radius 1
|
glow_radius 1
|
||||||
invisible 1
|
invisible 1
|
||||||
end
|
end
|
||||||
Object light2
|
Object light2
|
||||||
name light
|
name light
|
||||||
face light_bulb_2.111
|
face light_bulb_2.111
|
||||||
|
no_pick 1
|
||||||
glow_radius 2
|
glow_radius 2
|
||||||
invisible 1
|
invisible 1
|
||||||
end
|
end
|
||||||
Object light3
|
Object light3
|
||||||
name light
|
name light
|
||||||
face light_bulb_3.111
|
face light_bulb_3.111
|
||||||
|
no_pick 1
|
||||||
glow_radius 3
|
glow_radius 3
|
||||||
invisible 1
|
invisible 1
|
||||||
end
|
end
|
||||||
Object light4
|
Object light4
|
||||||
name light
|
name light
|
||||||
face light_bulb_4.111
|
face light_bulb_4.111
|
||||||
|
no_pick 1
|
||||||
glow_radius 4
|
glow_radius 4
|
||||||
invisible 1
|
invisible 1
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue