diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-08-09 08:20:31 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-08-09 08:20:31 +0000 |
commit | e179f91bfb0e36a19d52c51ceccdacdf6ea3f979 (patch) | |
tree | 46ee758a418bacbd4ac845e97dea49063cfdd6a3 | |
parent | db1934547381318537c4e1334eea580e81bd5039 (diff) | |
download | clientdata-e179f91bfb0e36a19d52c51ceccdacdf6ea3f979.tar.gz clientdata-e179f91bfb0e36a19d52c51ceccdacdf6ea3f979.tar.bz2 clientdata-e179f91bfb0e36a19d52c51ceccdacdf6ea3f979.tar.xz clientdata-e179f91bfb0e36a19d52c51ceccdacdf6ea3f979.zip |
evol bow should follow same model too, better for new dev
-rw-r--r-- | graphics/sprites/equipment/weapons/woodenbow.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/sprites/equipment/weapons/woodenbow.xml b/graphics/sprites/equipment/weapons/woodenbow.xml index 63accbdd..6b5f9f67 100644 --- a/graphics/sprites/equipment/weapons/woodenbow.xml +++ b/graphics/sprites/equipment/weapons/woodenbow.xml @@ -1,11 +1,12 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Author: Reid -Copyright (C) 2011-2016 Evol Online --> +<!-- Author: Saulc +Copyright (C) 2018 TMW2: Moubootaur Legends --> + <sprite> <imageset name="base" src="graphics/sprites/equipment/weapons/woodenbow.png" width="64" height="64"/> - <include file="equipment/weapons/knife.xml"/> -</sprite> + <include file="races/human-male.xml"/> +</sprite>
\ No newline at end of file |