forked from github/server
trying to fix the museum. WIP.
This commit is contained in:
parent
2a95c5c1be
commit
d7803eb318
File diff suppressed because it is too large
Load Diff
|
@ -116,12 +116,16 @@
|
||||||
|
|
||||||
<resource name="questkey1" appearance="key">
|
<resource name="questkey1" appearance="key">
|
||||||
<!-- Key for an old quest. placeholder item -->
|
<!-- Key for an old quest. placeholder item -->
|
||||||
<item notlost="yes" weight="0" />
|
<item notlost="yes" weight="0" >
|
||||||
|
<function name="use" value="lua_useitem"/>
|
||||||
|
</item>
|
||||||
</resource>
|
</resource>
|
||||||
|
|
||||||
<resource name="questkey2" appearance="key">
|
<resource name="questkey2" appearance="key">
|
||||||
<!-- Key for an old quest. placeholder item -->
|
<!-- Key for an old quest. placeholder item -->
|
||||||
<item notlost="yes" weight="0" />
|
<item notlost="yes" weight="0" >
|
||||||
|
<function name="use" value="lua_useitem"/>
|
||||||
|
</item>
|
||||||
</resource>
|
</resource>
|
||||||
|
|
||||||
<resource name="jadee_ring" appearance="ring">
|
<resource name="jadee_ring" appearance="ring">
|
||||||
|
|
Loading…
Reference in New Issue