Add base prayer plugin; Support bone burying.

This commit is contained in:
Major-
2014-02-17 22:55:16 +00:00
parent 6a1508a6d2
commit 566b142a02
2 changed files with 97 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<plugin>
<id>skill-prayer</id>
<version>1</version>
<name>Prayer</name>
<description>Adds the Prayer skill.</description>
<authors>
<author>Major</author>
<author>010253</author>
</authors>
<scripts>
<script>bury.rb</script>
</scripts>
<dependencies />
</plugin>