From 4a3629d4674d219494610e959164395ba73b092b Mon Sep 17 00:00:00 2001 From: silvernexus Date: Sun, 11 Aug 2019 14:42:04 +0000 Subject: [PATCH] Revert change of cloak arches. Will use artifacts to denote white and black leather cloaks. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@20944 282e977c-c81d-0410-88c4-b93c2d0d6712 --- ChangeLog | 5 +---- armour/cloak/cloak.arc | 27 --------------------------- 2 files changed, 1 insertion(+), 31 deletions(-) diff --git a/ChangeLog b/ChangeLog index d5ba32734..ca09cea4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,5 @@ -Add white and black leather cloaks to be used with alchemy (tanning). -Functionally equivalent to regular cloaks, except worth 2.5x. -Also add updated cloak graphics for white and black cloaks to be styled more like the regular cloak. -armour/cloak/cloak.arc +Add updated cloak graphics for white and black cloaks to be styled more like the regular cloak. armour/cloak/cloak_white.base.111.png armour/cloak/cloak_black.base.111.png Daniel Hawkins 2019-08-11 diff --git a/armour/cloak/cloak.arc b/armour/cloak/cloak.arc index 4a4e1c425..d5370682b 100644 --- a/armour/cloak/cloak.arc +++ b/armour/cloak/cloak.arc @@ -11,30 +11,3 @@ material 136 nrof 1 body_shoulder -1 end -# Needed for alchemy recipes that make cloaks from white and black leather -Object cloak_black -name cloak -name_pl cloaks -client_type 281 -type 87 -face cloak_black.111 -ac 0 -weight 5000 -value 100 -material 136 -nrof 1 -body_shoulder -1 -end -Object cloak_white -name cloak -name_pl cloaks -client_type 281 -type 87 -face cloak_white.111 -ac 0 -weight 5000 -value 100 -material 136 -nrof 1 -body_shoulder -1 -end