switched color of rings in UtBS
This commit is contained in:
parent
81b789e3d2
commit
661e6feb9d
3 changed files with 5 additions and 5 deletions
|
@ -983,7 +983,7 @@ first_time_only=no
|
|||
[item]
|
||||
x=$scorpy_x
|
||||
y=$scorpy_y
|
||||
image=items/ring1.png
|
||||
image=items/ring2.png
|
||||
[/item]
|
||||
|
||||
# test to make sure player killed ogre before displaying
|
||||
|
@ -1057,7 +1057,7 @@ side=1
|
|||
[object]
|
||||
id=Travelring
|
||||
name= _ "Traveller's Ring"
|
||||
image=items/ring1.png
|
||||
image=items/ring2.png
|
||||
description= _ "At the end of each turn, this unit takes no damage from the desert."
|
||||
[filter]
|
||||
x=$scorpy_x
|
||||
|
|
|
@ -1033,7 +1033,7 @@ description=Panok
|
|||
animate=yes
|
||||
[/kill]
|
||||
|
||||
{PUT_IMG items/ring2.png $x1 $y1}
|
||||
{PUT_IMG items/ring1.png $x1 $y1}
|
||||
|
||||
[set_variable]
|
||||
name=ring_x
|
||||
|
@ -1206,7 +1206,7 @@ side=1
|
|||
[object]
|
||||
id=SpeedyRing
|
||||
name= _ "Ring of Speed"
|
||||
image=items/ring2.png
|
||||
image=items/ring1.png
|
||||
description= _ "This ring will increase your maximum speed by 1."
|
||||
[filter]
|
||||
x=$ring_x
|
||||
|
|
|
@ -11,7 +11,7 @@ label= _ "A Subterranean Struggle"
|
|||
|
||||
[music]
|
||||
name=underground.ogg
|
||||
[/music]
|
||||
[/music]
|
||||
|
||||
#display snapshot of map in saved games
|
||||
snapshot="no"
|
||||
|
|
Loading…
Add table
Reference in a new issue