Skip to content

Commit

Permalink
[Fix] Enfeeble Duration
Browse files Browse the repository at this point in the history
Currently enfeeble uses the fixed duration found in 
.\kod\object\passive\sickness\disease\palsy.kod

PALSY_DURATION=600000 (10 mins).

This will fix the duration set by the spell.
  • Loading branch information
tsShergill committed Oct 7, 2012
1 parent 0c35cbb commit ed00581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kod/object/passive/spell/enfeeble.kod
Expand Up @@ -129,7 +129,7 @@ messages:
}

Send(oPalsy,@MakeSick,#who=oTarget,#iAmount=(iSpellPower/3+1),
#duration=send(self,@GetDuration,#iSpellPower=iSpellPower));
#iDuration=send(self,@GetDuration,#iSpellPower=iSpellPower));

propagate;
}
Expand Down

0 comments on commit ed00581

Please sign in to comment.