mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
Connected loot radial to corpse. Made powercrystal scripts. Allowed the mobile scripts to drop loot now.
8 lines
135 B
Python
8 lines
135 B
Python
|
|
def itemTemplate():
|
|
|
|
return 'object/tangible/loot/creature_loot/generic/shared_brain_s01.iff'
|
|
|
|
def customItemName():
|
|
|
|
return 'Brain' |