mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-01-17 00:05:17 -05:00
12 lines
198 B
Python
12 lines
198 B
Python
import sys
|
|
|
|
def setup():
|
|
return
|
|
|
|
def run():
|
|
return
|
|
|
|
def addMasterBadge(core, actor):
|
|
if actor.getLevel() == 90:
|
|
core.collectionService.addCollection(actor, "new_prof_commando_master")
|
|
return |