Part of patch #331 Fix room price in Hermes' Inn, courtesy of Kevin Zheng. Update purchase tables to specify 1 item per purchase and avoids Map Editor warnings.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@18687 282e977c-c81d-0410-88c4-b93c2d0d6712
master
rjtanner 2013-04-23 11:03:17 +00:00
parent ab7789e82e
commit 9e230b00c8
1 changed files with 5 additions and 1 deletions

View File

@ -8,7 +8,7 @@ enter_x 7
enter_y 13 enter_y 13
msg msg
Created: 2002-10-27 Todd Mitchell Created: 2002-10-27 Todd Mitchell
Modified: 2012-02-02 Rick Tanner Modified: 2013-04-06 Kevin Zheng
endmsg endmsg
outdoor 1 outdoor 1
end end
@ -1108,6 +1108,7 @@ y 1
end end
arch booze_table arch booze_table
name Drop 5 gold for booze name Drop 5 gold for booze
sp 1
food 5 food 5
x 11 x 11
y 1 y 1
@ -1122,6 +1123,7 @@ y 3
end end
arch food_table arch food_table
name Drop 10 gold for food name Drop 10 gold for food
sp 1
food 10 food 10
x 11 x 11
y 3 y 3
@ -1564,6 +1566,7 @@ y 2
end end
arch silver_converter arch silver_converter
name convert silver into gold (12:1) name convert silver into gold (12:1)
sp 1
food 12 food 12
x 16 x 16
y 2 y 2
@ -1574,6 +1577,7 @@ y 3
end end
arch diamond_converter arch diamond_converter
name drop gold to buy diamonds (42:1) name drop gold to buy diamonds (42:1)
sp 1
food 42 food 42
x 16 x 16
y 3 y 3