Make barrels (indoor/barrel.arc) so they can not be picked up by players. Fixed Bug #815.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@20234 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
6131b988ce
commit
421ddb06f2
|
@ -1,3 +1,8 @@
|
||||||
|
Make barrels so they can not be picked up by players.
|
||||||
|
This addresses Bug #815.
|
||||||
|
indoor/barrel.arc
|
||||||
|
Rick Tanner 2015-03-30
|
||||||
|
|
||||||
Pixel cleanup on a_helmet.
|
Pixel cleanup on a_helmet.
|
||||||
Removed unused palette colors when done.
|
Removed unused palette colors when done.
|
||||||
armour/helmet/a_helmet.base.111.png
|
armour/helmet/a_helmet.base.111.png
|
||||||
|
|
|
@ -5,6 +5,7 @@ weight 100000
|
||||||
move_block all
|
move_block all
|
||||||
can_roll 1
|
can_roll 1
|
||||||
move_type 1
|
move_type 1
|
||||||
|
no_pick 1
|
||||||
name_pl barrels
|
name_pl barrels
|
||||||
client_type 8002
|
client_type 8002
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue