TLK Cleanup
TLK Cleanup (thanks @barmlot). Added grapple check to catch dead grappler. Made plot items immune to PnP Disarm. Fixed minor script typos. Fixed missing Totemist soulmeld (thanks @barmlot). Fixed Grasping Shadows tlk pointer (thanks @barmlot). Added Duskblade notes.
This commit is contained in:
@@ -16,7 +16,7 @@ persuade and intimidate skills for 1 turn.
|
||||
void main()
|
||||
{
|
||||
object oPC = OBJECT_SELF;
|
||||
int nBonus = 5 + GetLevelByClass(CLASS_TYPE_TEMPLAR, oPC) / 2;
|
||||
int nBonus = (1 + GetLevelByClass(CLASS_TYPE_TEMPLAR, oPC)) / 2;
|
||||
float fDuration = TurnsToSeconds(1);
|
||||
|
||||
effect eBonus = EffectSkillIncrease(SKILL_PERSUADE, nBonus);
|
||||
|
Reference in New Issue
Block a user