From 61f8a2a0670998c502684bb8ecf88e0fb4d256ab Mon Sep 17 00:00:00 2001 From: ultramage Date: Sun, 8 Mar 2009 12:32:45 +0000 Subject: * Fixed a couple bugs with marionette control - Reduces caster max hp by 1000. - Job and Equipment bonuses counts toward the 99 limit. - Fixed stat overflow on baby targets with stats over 80 (bugreport:2232). - Fixed clowns being able to cast it on another bard/clown (same for gypsy/dancer) (bugreport:166). - Caster is no longer blocked from using items. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13572 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/map/pc.c') diff --git a/src/map/pc.c b/src/map/pc.c index 4fab50112..afbbdf8bb 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -3365,7 +3365,6 @@ int pc_useitem(struct map_session_data *sd,int n) if (sd->sc.count && ( sd->sc.data[SC_BERSERK] || - sd->sc.data[SC_MARIONETTE] || (sd->sc.data[SC_GRAVITATION] && sd->sc.data[SC_GRAVITATION]->val3 == BCT_SELF) || sd->sc.data[SC_TRICKDEAD] || sd->sc.data[SC_HIDING] || -- cgit v1.2.3-70-g09d2