mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-12 22:45:31 -04:00
Merge pull request #449 from Mesagoppinmypants/patch-22
Burst of Shadows Now Works Properly
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import sys
|
||||
|
||||
def setup(core, actor, buff):
|
||||
return
|
||||
|
||||
def add(core, actor, buff):
|
||||
core.skillModService.addSkillMod(actor, 'movement', 8)
|
||||
|
||||
return
|
||||
|
||||
def remove(core, actor, buff):
|
||||
core.skillModService.deductSkillMod(actor, 'movement', 8)
|
||||
|
||||
|
||||
return
|
||||
Reference in New Issue
Block a user