Kitty's fixing of the first patch

This commit is contained in:
AnythingButRealData 2025-05-09 20:35:44 +02:00
parent 6863213651
commit 9dad73c936
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name LILY // @name LILY
// @namespace https://code.fleshless.org/mute // @namespace https://code.fleshless.org/mute
// @version 0.0.3.5 // @version 0.0.4
// @description Lily's Integrated Logic Yoke // @description Lily's Integrated Logic Yoke
// @grant none // @grant none
// @author Mute // @author Mute
@ -68,7 +68,7 @@
62_808: {zone: 'ItemNeck', name: 'CKO voicebox'}, 62_808: {zone: 'ItemNeck', name: 'CKO voicebox'},
}, },
cli: {'#LILY': { cli: {'#LILY': {
status: _ => '200 OK[User is currently operating in her own Beta Branch]', status: _ => '200 OK',
box: {on: Box.on, off: Box.off}, box: {on: Box.on, off: Box.off},
version: _ => `LILY version ${GM_info?.script?.version ?? 'unknown'}`, version: _ => `LILY version ${GM_info?.script?.version ?? 'unknown'}`,
eyes: { eyes: {

View File

@ -1,6 +1,6 @@
{ {
"name": "lily", "name": "lily",
"version": "0.0.3.5", "version": "0.0.4",
"description": "Lily's Integrated Logic Yoke", "description": "Lily's Integrated Logic Yoke",
"type": "module", "type": "module",
"private": true, "private": true,