mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
8 lines
103 B
Python
8 lines
103 B
Python
|
|
def itemNames():
|
|
names = ['mysterious_data_disk']
|
|
|
|
return names
|
|
|
|
def itemChances():
|
|
return [100] |