IT was a mistake; the club's eyes all suck
This commit is contained in:
parent
9dad73c936
commit
9738147d24
@ -34,7 +34,7 @@
|
||||
get item() {return U.ass(W.Player, p => U.ass(Belt.users[p.MemberNumber ?? -1], u => U.ass(W.InventoryGet(p, u.zone), i => i.Craft?.Name === u.name ? i : $)))},
|
||||
get enabled() {return U.with(Box.item, i => i !== $ && U.with(i?.Property?.OverridePriority, op => typeof op !== 'object' || !Object.hasOwn(op, 'Light') || (op['Light'] ?? 1) > 0))}, // TODO check if the light is above the box
|
||||
}
|
||||
/** @type {LILY.Eyes} */ const Eyes = {timeout: $, speed: 1500, zones: ['Eyes', 'Eyes2'],
|
||||
/** @type {LILY.Eyes} */ const Eyes = {timeout: $, speed: 1500, zones: ['ItemHead', 'Mask'],
|
||||
rgb: [
|
||||
'#ff4d4d', '#ff714d', '#ff944d', '#ffb84d', '#ffe04d', '#e4ff4d', '#c0ff4d', '#9cff4d', '#78ff4d', '#55ff4d',
|
||||
'#4dff62', '#4dff85', '#4dffa8', '#4dffcc', '#4dfff0', '#4ddcff', '#4db8ff', '#4d94ff', '#4d70ff', '#4d4dff',
|
||||
|
Loading…
x
Reference in New Issue
Block a user