From ff6688515ea487e5d27572ef46312c8a3ebd3989 Mon Sep 17 00:00:00 2001 From: rjtanner Date: Sun, 26 Mar 2017 04:35:39 +0000 Subject: [PATCH] Moved bloodreaver axe and Order Sword to the artifact directory, as they are not standard weapons git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@20340 282e977c-c81d-0410-88c4-b93c2d0d6712 --- ChangeLog | 8 ++++++++ weapon/{axe => artifact}/bloodreaver.arc | 0 weapon/{axe => artifact}/bloodreaver.base.111.png | Bin weapon/{sword => artifact}/order_sword.arc | 0 weapon/{sword => artifact}/order_sword.base.111.png | Bin 5 files changed, 8 insertions(+) rename weapon/{axe => artifact}/bloodreaver.arc (100%) rename weapon/{axe => artifact}/bloodreaver.base.111.png (100%) rename weapon/{sword => artifact}/order_sword.arc (100%) rename weapon/{sword => artifact}/order_sword.base.111.png (100%) diff --git a/ChangeLog b/ChangeLog index 6323b7f8b..cda07dc6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ +Moved bloodreaver axe and Order Sword to the artifact directory, +as they are not standard weapons +weapon/artifact/bloodreaver.arc +weapon/artifact/bloodreaver.base.111.png +weapon/artifact/order_sword.arc +weapon/artifact/order_sword.base.111.png +Rick Tanner 2017-03-25 + Patch #270 New Items - 6 different items * Patch accepted with changes as summarized in the patch entry at Sourceforge. Basically, changes for clarity and removed diff --git a/weapon/axe/bloodreaver.arc b/weapon/artifact/bloodreaver.arc similarity index 100% rename from weapon/axe/bloodreaver.arc rename to weapon/artifact/bloodreaver.arc diff --git a/weapon/axe/bloodreaver.base.111.png b/weapon/artifact/bloodreaver.base.111.png similarity index 100% rename from weapon/axe/bloodreaver.base.111.png rename to weapon/artifact/bloodreaver.base.111.png diff --git a/weapon/sword/order_sword.arc b/weapon/artifact/order_sword.arc similarity index 100% rename from weapon/sword/order_sword.arc rename to weapon/artifact/order_sword.arc diff --git a/weapon/sword/order_sword.base.111.png b/weapon/artifact/order_sword.base.111.png similarity index 100% rename from weapon/sword/order_sword.base.111.png rename to weapon/artifact/order_sword.base.111.png