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-b93c2d0d6712
master
rjtanner 2016-03-30 06:00:28 +00:00
parent 6131b988ce
commit 421ddb06f2
2 changed files with 6 additions and 0 deletions

View File

@ -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.
Removed unused palette colors when done.
armour/helmet/a_helmet.base.111.png

View File

@ -5,6 +5,7 @@ weight 100000
move_block all
can_roll 1
move_type 1
no_pick 1
name_pl barrels
client_type 8002
end