forked from github/server
Merge pull request #601 from ennorehling/develop
skillpotion appears as a vial to other players.
This commit is contained in:
commit
6be013ddd3
1 changed files with 2 additions and 2 deletions
|
@ -100,14 +100,14 @@
|
|||
</resource>
|
||||
|
||||
<!-- XE items -->
|
||||
<resource name="skillpotion">
|
||||
<resource name="skillpotion" appearance="vial">
|
||||
<!-- gives user one free learning attempt -->
|
||||
<item weight="0">
|
||||
<function name="use" value="use_skillpotion"/>
|
||||
</item>
|
||||
</resource>
|
||||
|
||||
<resource name="manacrystal">
|
||||
<resource name="manacrystal" appearance="amulet">
|
||||
<!-- gives user free aura -->
|
||||
<item weight="0">
|
||||
<function name="use" value="use_manacrystal"/>
|
||||
|
|
Loading…
Reference in a new issue