From 65b4818db23518b400e26ff04c11a851600988d5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 4 Mar 2022 17:42:54 -0300 Subject: Bonus strength now affects max weight (10g each) --- src/emap/status.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/emap/status.c b/src/emap/status.c index 38a5f66..825d194 100644 --- a/src/emap/status.c +++ b/src/emap/status.c @@ -183,6 +183,9 @@ void estatus_calc_pc_additional_pre(struct map_session_data **sdPtr, node = node->next; } + // Bonus max weight from bonus strength + sd->max_weight += sd->param_bonus[0]*10; + hookStop(); } -- cgit v1.2.3-60-g2f50