From ae10f5471926661984cd90392023af97c3d69fee Mon Sep 17 00:00:00 2001 From: Kevin Date: Sun, 6 Apr 2008 03:03:13 +0000 Subject: Union and Increase AGI now stack. (bugreport:1155) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12502 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/map') diff --git a/src/map/status.c b/src/map/status.c index 4db508cb2..d9c72c123 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -3725,7 +3725,13 @@ static unsigned short status_calc_speed(struct block_list *bl, struct status_cha else if(sc->data[SC_INCREASEAGI]) speed -= speed * 25/100; else if(sc->data[SC_FUSION]) + { speed -= speed * 25/100; + + //Union and Increase AGI should stack [Kevin] + if(sc->data[SC_INCREASEAGI]) + speed -= speed * 25/100; + } else if(sc->data[SC_CARTBOOST]) speed -= speed * 20/100; else if(sc->data[SC_BERSERK]) -- cgit v1.2.3-70-g09d2