From 6d182a5984387fd3d94dedd300752c942c45c853 Mon Sep 17 00:00:00 2001 From: Zerken Date: Wed, 1 Mar 2023 07:35:33 +0000 Subject: [PATCH] Wrapped oomlie now have the correct burn chance and experience reward --- Server/src/main/content/global/skill/cooking/CookableItems.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/main/content/global/skill/cooking/CookableItems.java b/Server/src/main/content/global/skill/cooking/CookableItems.java index 4ae79ffb7..3805e7c44 100644 --- a/Server/src/main/content/global/skill/cooking/CookableItems.java +++ b/Server/src/main/content/global/skill/cooking/CookableItems.java @@ -89,7 +89,7 @@ public enum CookableItems { //Miscellaneous RAW_OOMLIE(Items.RAW_OOMLIE_2337, 0, Items.BURNT_OOMLIE_2426, 50, 0, 999,0,0), // always burns - OOMLIE_WRAP(Items.COOKED_OOMLIE_WRAP_2343, Items.WRAPPED_OOMLIE_2341, Items.BURNT_OOMLIE_WRAP_2345, 50, 110, 999,0,0), + OOMLIE_WRAP(Items.COOKED_OOMLIE_WRAP_2343, Items.WRAPPED_OOMLIE_2341, Items.BURNT_OOMLIE_WRAP_2345, 50, 30, 40,112,476), SEAWEED(Items.SEAWEED_401,0,Items.SODA_ASH_1781,0,0,999,0,0), /** * Sinew gets overridden by BEEF in this enum, due to values being looked up by the items RAW id.