mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-11 21:45:43 -04:00
8 lines
156 B
Python
8 lines
156 B
Python
import sys
|
|
|
|
def setup():
|
|
return
|
|
|
|
def run(core, actor, target, commandString):
|
|
core.buffService.addBuffToCreature(actor, 'en_action_regen', actor)
|
|
return |