mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
(Added) BuffWorkshop Collection (Code) Added hologram variable to CreatureObject (BugFix) Inspiration ticks stop at max duration
12 lines
292 B
Python
12 lines
292 B
Python
from java.lang import System
|
|
import sys
|
|
|
|
def modify(core, actor, count):
|
|
return
|
|
|
|
def complete(core, actor, collection):
|
|
ghost = actor.getSlottedObject('ghost')
|
|
|
|
actor.sendSystemMessage('@collection_n:col_entertainer_01_finished', 0)
|
|
ghost.addAbility('bm_dancing_pet_entertainer')
|
|
return |