Fix shopitems field: 'light source' does not exist anymore; use 'lamp' instead.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@7124 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
905973e440
commit
cfbfbd6b48
|
@ -2,7 +2,7 @@ arch map
|
||||||
name Darcap General Store
|
name Darcap General Store
|
||||||
difficulty 1
|
difficulty 1
|
||||||
region darcap
|
region darcap
|
||||||
shopitems light source:10;*:0
|
shopitems lamp:10;*:0
|
||||||
shopmin 100
|
shopmin 100
|
||||||
shopmax 8000
|
shopmax 8000
|
||||||
width 16
|
width 16
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
arch map
|
arch map
|
||||||
name Generalshop
|
name Generalshop
|
||||||
region Forgotten Town
|
region Forgotten Town
|
||||||
shopitems light source:50;inorganic:20;*:0
|
shopitems lamp:50;inorganic:20;*:0
|
||||||
shopmin 500
|
shopmin 500
|
||||||
shopmax 60000
|
shopmax 60000
|
||||||
width 15
|
width 15
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
arch map
|
arch map
|
||||||
name Generalstore Basement
|
name Generalstore Basement
|
||||||
region Forgotten Town
|
region Forgotten Town
|
||||||
shopitems light source:50;inorganic:20;*:0
|
shopitems lamp:50;inorganic:20;*:0
|
||||||
shopmin 500
|
shopmin 500
|
||||||
shopmax 60000
|
shopmax 60000
|
||||||
width 15
|
width 15
|
||||||
|
|
Loading…
Reference in New Issue