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==
// @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: {

View File

@ -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,