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-b93c2d0d6712
master
silvernexus 2020-11-21 16:42:33 +00:00
parent b678d36ed2
commit 5d23450654
2 changed files with 9 additions and 0 deletions

View File

@ -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.
readable/guide/guide_ranged.arc
player/class/Warrior/ranger.trs

View File

@ -1,24 +1,28 @@
Object light1
name light
face light_bulb_1.111
no_pick 1
glow_radius 1
invisible 1
end
Object light2
name light
face light_bulb_2.111
no_pick 1
glow_radius 2
invisible 1
end
Object light3
name light
face light_bulb_3.111
no_pick 1
glow_radius 3
invisible 1
end
Object light4
name light
face light_bulb_4.111
no_pick 1
glow_radius 4
invisible 1
end