mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-01-17 00:05:17 -05: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 |