mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
9 lines
160 B
Python
9 lines
160 B
Python
import sys
|
|
|
|
def setup(core, actor, buff):
|
|
actor.setSpeedMultiplierBase(0)
|
|
return
|
|
|
|
def removeBuff(core, actor, buff):
|
|
actor.setSpeedMultiplierBase(1)
|
|
return |