Add food shop barn for use in Wolfsburg.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21778 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
d9525c4b53
commit
255b144e63
|
@ -1,3 +1,8 @@
|
|||
Add barn-like food store.
|
||||
Intended to be used for Wolfsburg Provisions.
|
||||
shop/store_food_barn.*
|
||||
Daniel Hawkins 2020-01-16
|
||||
|
||||
Add "tissue paper" archetype, to replace ones in Raffle.
|
||||
misc/item/tissue*
|
||||
Nicolas Weeger 2020-01-16
|
||||
|
|
|
@ -0,0 +1,34 @@
|
|||
Object store_food_barn
|
||||
name food shop
|
||||
face store_food.x11
|
||||
type 66
|
||||
no_pick 1
|
||||
move_block all
|
||||
client_type 25012
|
||||
end
|
||||
More
|
||||
Object store_food_barn_2
|
||||
name food shop
|
||||
face store_food.x11
|
||||
type 66
|
||||
x 1
|
||||
no_pick 1
|
||||
move_block all
|
||||
end
|
||||
More
|
||||
Object store_food_barn_3
|
||||
name food shop
|
||||
face store_food.x11
|
||||
type 66
|
||||
y 1
|
||||
no_pick 1
|
||||
end
|
||||
More
|
||||
Object store_food_barn_4
|
||||
name food shop
|
||||
face store_food.x11
|
||||
type 66
|
||||
x 1
|
||||
y 1
|
||||
no_pick 1
|
||||
end
|
Binary file not shown.
After Width: | Height: | Size: 614 B |
|
@ -0,0 +1,4 @@
|
|||
face store_food_barn.x11
|
||||
visibility 100
|
||||
magicmap grey
|
||||
end
|
Loading…
Reference in New Issue