mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-14 00:02:07 -04:00
(BugFix) Fixed out of bounds error when assigning expertise points (Code) Changed SkillMod's modifier variable to float value (Code) Changed Charge! and Scatter! to use updated addBuffToCreature
9 lines
171 B
Python
9 lines
171 B
Python
import sys
|
|
|
|
def setup(core, actor, buff):
|
|
return
|
|
|
|
def run(core, actor, target, commandString):
|
|
core.buffService.addBuffToCreature(actor, 'of_charge_1', actor)
|
|
return
|
|
|