From e08ebfb66b255385436786db6e95cf9089db25d2 Mon Sep 17 00:00:00 2001 From: Inkfish Date: Sun, 7 Jun 2009 03:36:14 +0000 Subject: Implemented "cooking exp" that increases the success chance of cooking by 0.05% per try and the max bonus is 20%. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13854 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/pc.h') diff --git a/src/map/pc.h b/src/map/pc.h index 21ae9a094..df6f0ae93 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -177,6 +177,7 @@ struct map_session_data { short skillitem,skillitemlv; short skillid_old,skilllv_old; short skillid_dance,skilllv_dance; + short cooking_attempt; // max: 400 [Inkfish] unsigned char blockskill[MAX_SKILL]; int cloneskill_id; int menuskill_id, menuskill_val; -- cgit v1.2.3-70-g09d2