Set quest items in Clem's Archery to no_pick to prevent pet theft abuse, also removed 'no_pretext 1' since this is no longer used or supported
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11436 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
6893e0a74d
commit
f03a0f93de
|
@ -12,7 +12,7 @@ enter_x 7
|
|||
enter_y 4
|
||||
msg
|
||||
Created: 1995-03-23
|
||||
Modified: 2008-11-28 Rick Tanner
|
||||
Modified: 2009-02-10 Rick Tanner
|
||||
endmsg
|
||||
end
|
||||
arch shop_empty
|
||||
|
@ -666,8 +666,8 @@ arch gauntlets_str
|
|||
name Gauntlets of Power
|
||||
x 6
|
||||
y 10
|
||||
no_pick 1
|
||||
identified 1
|
||||
no_pretext 1
|
||||
end
|
||||
arch woodfloor
|
||||
x 6
|
||||
|
@ -770,6 +770,7 @@ end
|
|||
arch CSword
|
||||
x 7
|
||||
y 10
|
||||
no_pick 1
|
||||
end
|
||||
arch woodfloor
|
||||
x 7
|
||||
|
@ -876,6 +877,7 @@ end
|
|||
arch magic_bow
|
||||
x 8
|
||||
y 10
|
||||
no_pick 1
|
||||
end
|
||||
arch woodfloor
|
||||
x 8
|
||||
|
|
Loading…
Reference in New Issue