mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-03 04:16:19 -04:00
Removed tertiary colouring from the recolour radial
Only the SE goggles used this and they could only have two colours modified.
This commit is contained in:
@@ -4,7 +4,6 @@ import sys
|
||||
def createRadial(core, owner, target, radials):
|
||||
radials.add(RadialOptions(0, 98, 0, 'Modify primary color'))
|
||||
radials.add(RadialOptions(0, 99, 0, 'Modify secondary color'))
|
||||
radials.add(RadialOptions(0, 100, 0, 'Modify tertiary color'))
|
||||
return
|
||||
|
||||
def handleSelection(core, owner, target, option):
|
||||
@@ -12,7 +11,5 @@ def handleSelection(core, owner, target, option):
|
||||
core.suiService.sendColorPicker(owner, target, '/private/index_color_1')
|
||||
if option == 99 and target:
|
||||
core.suiService.sendColorPicker(owner, target, '/private/index_color_2')
|
||||
if option == 100 and target:
|
||||
core.suiService.sendColorPicker(owner, target, '/private/index_color_3')
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user