Add missing "damned 1" to shop tiles.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@8797 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
289025fb62
commit
9f6915ee33
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
||||||
Changes for SVN top of tree:
|
Changes for SVN top of tree:
|
||||||
|
|
||||||
|
mapbuilding/building.arc: Add missing "damned 1" to shop tiles.
|
||||||
|
Andreas Kirschbaum 2008-04-24
|
||||||
|
|
||||||
monster/humanoid/Arabic/a_guard_*.base.111.png: New arabian guards images,
|
monster/humanoid/Arabic/a_guard_*.base.111.png: New arabian guards images,
|
||||||
courtesy of Miguel Ghobangieno.
|
courtesy of Miguel Ghobangieno.
|
||||||
Yann Chachkoff 2008-04-16
|
Yann Chachkoff 2008-04-16
|
||||||
|
|
|
@ -22,6 +22,7 @@ is_floor 1
|
||||||
face shop_building.111
|
face shop_building.111
|
||||||
no_pick 1
|
no_pick 1
|
||||||
no_magic 1
|
no_magic 1
|
||||||
|
damned 1
|
||||||
type 68
|
type 68
|
||||||
auto_apply 1
|
auto_apply 1
|
||||||
randomitems shop_building
|
randomitems shop_building
|
||||||
|
@ -32,6 +33,7 @@ is_floor 1
|
||||||
face shop_building.111
|
face shop_building.111
|
||||||
no_pick 1
|
no_pick 1
|
||||||
no_magic 1
|
no_magic 1
|
||||||
|
damned 1
|
||||||
type 68
|
type 68
|
||||||
auto_apply 1
|
auto_apply 1
|
||||||
randomitems shop_building_fant
|
randomitems shop_building_fant
|
||||||
|
@ -42,6 +44,7 @@ is_floor 1
|
||||||
face shop_building.111
|
face shop_building.111
|
||||||
no_pick 1
|
no_pick 1
|
||||||
no_magic 1
|
no_magic 1
|
||||||
|
damned 1
|
||||||
type 68
|
type 68
|
||||||
auto_apply 1
|
auto_apply 1
|
||||||
randomitems shop_building_west
|
randomitems shop_building_west
|
||||||
|
@ -52,6 +55,7 @@ is_floor 1
|
||||||
face shop_building.111
|
face shop_building.111
|
||||||
no_pick 1
|
no_pick 1
|
||||||
no_magic 1
|
no_magic 1
|
||||||
|
damned 1
|
||||||
type 68
|
type 68
|
||||||
auto_apply 1
|
auto_apply 1
|
||||||
randomitems shop_building_east
|
randomitems shop_building_east
|
||||||
|
@ -62,6 +66,7 @@ is_floor 1
|
||||||
face shop_building.111
|
face shop_building.111
|
||||||
no_pick 1
|
no_pick 1
|
||||||
no_magic 1
|
no_magic 1
|
||||||
|
damned 1
|
||||||
type 68
|
type 68
|
||||||
auto_apply 1
|
auto_apply 1
|
||||||
randomitems shop_building_pupland
|
randomitems shop_building_pupland
|
||||||
|
|
Loading…
Reference in New Issue