mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-03 04:16:19 -04:00
6 lines
161 B
Python
6 lines
161 B
Python
import sys
|
|
|
|
def setup(core, object):
|
|
object.setStringAttribute("required_combat_level", "1")
|
|
object.setStringAttribute("class_required", "Entertainer")
|
|
return |