Fix money exploit for converters.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@3319 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
82c994ec29
commit
d9e8658eec
|
@ -1896,8 +1896,8 @@ x 30
|
||||||
y 4
|
y 4
|
||||||
end
|
end
|
||||||
arch food_table
|
arch food_table
|
||||||
name red rose 4gp
|
name red rose 40gp
|
||||||
food 4
|
food 40
|
||||||
other_arch rose_red
|
other_arch rose_red
|
||||||
sp 1
|
sp 1
|
||||||
x 30
|
x 30
|
||||||
|
@ -1946,8 +1946,8 @@ x 30
|
||||||
y 6
|
y 6
|
||||||
end
|
end
|
||||||
arch food_table
|
arch food_table
|
||||||
name white rose 3gp
|
name white rose 30gp
|
||||||
food 3
|
food 30
|
||||||
other_arch rose_white
|
other_arch rose_white
|
||||||
sp 1
|
sp 1
|
||||||
x 30
|
x 30
|
||||||
|
|
|
@ -114,8 +114,8 @@ x 1
|
||||||
y 6
|
y 6
|
||||||
end
|
end
|
||||||
arch platinum_converter
|
arch platinum_converter
|
||||||
name Buy Robe (2pp)
|
name Buy Robe (3pp)
|
||||||
food 2
|
food 3
|
||||||
other_arch robe
|
other_arch robe
|
||||||
sp 1
|
sp 1
|
||||||
x 1
|
x 1
|
||||||
|
@ -126,7 +126,8 @@ x 1
|
||||||
y 7
|
y 7
|
||||||
end
|
end
|
||||||
arch platinum_converter
|
arch platinum_converter
|
||||||
name Buy Cloak (1pp)
|
name Buy Cloak (4pp)
|
||||||
|
food 4
|
||||||
other_arch cloak
|
other_arch cloak
|
||||||
sp 1
|
sp 1
|
||||||
x 1
|
x 1
|
||||||
|
@ -137,7 +138,8 @@ x 1
|
||||||
y 8
|
y 8
|
||||||
end
|
end
|
||||||
arch platinum_converter
|
arch platinum_converter
|
||||||
name Buy Dress (1pp)
|
name Buy Dress (1000pp)
|
||||||
|
food 1000
|
||||||
other_arch dress1
|
other_arch dress1
|
||||||
sp 1
|
sp 1
|
||||||
x 1
|
x 1
|
||||||
|
|
|
@ -669,8 +669,8 @@ x 7
|
||||||
y 5
|
y 5
|
||||||
end
|
end
|
||||||
arch platinum_converter
|
arch platinum_converter
|
||||||
name Holy symbol (100 platinum)
|
name Holy symbol (120 platinum)
|
||||||
food 100
|
food 120
|
||||||
other_arch holy_symbol
|
other_arch holy_symbol
|
||||||
sp 1
|
sp 1
|
||||||
x 7
|
x 7
|
||||||
|
|
|
@ -927,10 +927,10 @@ x 8
|
||||||
y 7
|
y 7
|
||||||
end
|
end
|
||||||
arch platinum_converter
|
arch platinum_converter
|
||||||
name Buy Cloaks (1pp)
|
name Buy Cloaks (4pp)
|
||||||
name_pl Buy Cloaks (1pp)
|
name_pl Buy Cloaks (4pp)
|
||||||
other_arch cloak
|
other_arch cloak
|
||||||
food 1
|
food 4
|
||||||
sp 1
|
sp 1
|
||||||
x 8
|
x 8
|
||||||
y 7
|
y 7
|
||||||
|
|
|
@ -263,9 +263,9 @@ x 3
|
||||||
y 5
|
y 5
|
||||||
end
|
end
|
||||||
arch food_table
|
arch food_table
|
||||||
name Fresh Coffee 2sp
|
name Fresh Coffee 4sp
|
||||||
slaying silvercoin
|
slaying silvercoin
|
||||||
food 2
|
food 4
|
||||||
other_arch coffee
|
other_arch coffee
|
||||||
sp 1
|
sp 1
|
||||||
x 3
|
x 3
|
||||||
|
|
|
@ -77,9 +77,9 @@ x 1
|
||||||
y 1
|
y 1
|
||||||
end
|
end
|
||||||
arch food_table
|
arch food_table
|
||||||
name Coffee 3 silver
|
name Coffee 5 silver
|
||||||
slaying silvercoin
|
slaying silvercoin
|
||||||
food 3
|
food 5
|
||||||
other_arch coffee
|
other_arch coffee
|
||||||
sp 1
|
sp 1
|
||||||
x 1
|
x 1
|
||||||
|
|
Loading…
Reference in New Issue