From e264ae8eeed3a21af7cf6ca7518f096528369601 Mon Sep 17 00:00:00 2001 From: Mihoshika Date: Wed, 20 Sep 2023 00:40:41 +0000 Subject: [PATCH] Corrected item costs in Varrock's fur clothing shop --- .../content/global/handlers/iface/FurClothingInterface.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Server/src/main/content/global/handlers/iface/FurClothingInterface.kt b/Server/src/main/content/global/handlers/iface/FurClothingInterface.kt index 1020b6247..c395840e6 100644 --- a/Server/src/main/content/global/handlers/iface/FurClothingInterface.kt +++ b/Server/src/main/content/global/handlers/iface/FurClothingInterface.kt @@ -192,8 +192,8 @@ class FurClothingInterface : ComponentPlugin(){ KYATT_HEAD(Item(10103),1000, KYATT_HAT,17,"Kyatt"), KYATT_CHEST(Item(10103),200, KYATT_TOP,17,"Kyatt"), KYATT_BOT(Item(10103),200, KYATT_LEGS,17,"Kyatt"), - GLOVES_SILENCE(Item(10115),600, GLOVES_OF_SILENCE,22,"Dark kebbit"), - SPOT_CAPE(Item(10125),400, SPOTTED_CAPE,23,"Spotted kebbit"), - DASH_CAPE(Item(10127),800, SPOTTIER_CAPE,24,"Dashing kebbit") + GLOVES_SILENCE(Item(10115,2),600, GLOVES_OF_SILENCE,22,"Dark kebbit"), + SPOT_CAPE(Item(10125,2),400, SPOTTED_CAPE,23,"Spotted kebbit"), + DASH_CAPE(Item(10127,2),800, SPOTTIER_CAPE,24,"Dashing kebbit") } } \ No newline at end of file