From 9dad73c936ac492865ebe982e618c0dd55adbdf9 Mon Sep 17 00:00:00 2001 From: AnythingButRealData Date: Fri, 9 May 2025 20:35:44 +0200 Subject: [PATCH] Kitty's fixing of the first patch --- lily.user.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lily.user.js b/lily.user.js index e6902ac..3e08b7a 100644 --- a/lily.user.js +++ b/lily.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name LILY // @namespace https://code.fleshless.org/mute -// @version 0.0.3.5 +// @version 0.0.4 // @description Lily's Integrated Logic Yoke // @grant none // @author Mute @@ -68,7 +68,7 @@ 62_808: {zone: 'ItemNeck', name: 'CKO voicebox'}, }, cli: {'#LILY': { - status: _ => '200 OK[User is currently operating in her own Beta Branch]', + status: _ => '200 OK', box: {on: Box.on, off: Box.off}, version: _ => `LILY version ${GM_info?.script?.version ?? 'unknown'}`, eyes: { diff --git a/package.json b/package.json index e4e0da5..3c55524 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lily", - "version": "0.0.3.5", + "version": "0.0.4", "description": "Lily's Integrated Logic Yoke", "type": "module", "private": true,