diff --git a/code/modules/clothing/clothing_accessories.dm b/code/modules/clothing/clothing_accessories.dm index 106e5ea44d8..a0f437d563f 100644 --- a/code/modules/clothing/clothing_accessories.dm +++ b/code/modules/clothing/clothing_accessories.dm @@ -85,7 +85,7 @@ var/obj/item/clothing/accessory/acc = A if(can_attach_accessory(acc)) if(user) - user.drop_item() + user.remove_from_mob(acc) attach_accessory(user, acc) return TRUE else diff --git a/tgui/bun.lock b/tgui/bun.lock index 8d1bab8e559..b93d77dfa25 100644 --- a/tgui/bun.lock +++ b/tgui/bun.lock @@ -48,7 +48,7 @@ "marked-smartypants": "^1.1.10", "react": "^19.1.1", "react-dom": "^19.1.1", - "tgui-core": "^5.3.1", + "tgui-core": "^5.3.2", "tgui-dev-server": "workspace:*", }, }, @@ -71,7 +71,7 @@ "react": "^19.1.1", "react-dom": "^19.1.1", "tgui": "workspace:*", - "tgui-core": "^5.3.1", + "tgui-core": "^5.3.2", "tgui-dev-server": "workspace:*", }, }, @@ -83,7 +83,7 @@ "react": "^19.1.1", "react-dom": "^19.1.1", "tgui": "workspace:*", - "tgui-core": "^5.3.1", + "tgui-core": "^5.3.2", }, }, "packages/tgui-setup": { @@ -1096,7 +1096,7 @@ "tgui": ["tgui@workspace:packages/tgui"], - "tgui-core": ["tgui-core@5.3.1", "", { "dependencies": { "@floating-ui/react": "^0.27.16", "@nozbe/microfuzz": "^1.0.0" }, "peerDependencies": { "react": "^19.1.0", "react-dom": "^19.1.0" } }, "sha512-+8dDM4R2G6T1SpzpkRXGYc7YD+9ohqYjTV/4Zgcqc1I4Ld8bJH9vKHCQVbEAsHTCIjHsTBW4xnOpKyAx1gRB5w=="], + "tgui-core": ["tgui-core@5.3.2", "", { "dependencies": { "@floating-ui/react": "^0.27.16", "@nozbe/microfuzz": "^1.0.0" }, "peerDependencies": { "react": "^19.1.0", "react-dom": "^19.1.0" } }, "sha512-hPd1dPMDFBq5/QCNimkGoZKZRmXIVjlYMrS88dqnp0zP936D0W0y1KCsXmP2HqLSrpcWnTILK3d61wEePIxVAg=="], "tgui-dev-server": ["tgui-dev-server@workspace:packages/tgui-dev-server"], diff --git a/tgui/packages/tgui-panel/package.json b/tgui/packages/tgui-panel/package.json index 0318cdbb568..1d28e496c4b 100644 --- a/tgui/packages/tgui-panel/package.json +++ b/tgui/packages/tgui-panel/package.json @@ -1,15 +1,15 @@ { - "name": "tgui-panel", - "version": "6.0.0", - "dependencies": { - "common": "workspace:*", - "dompurify": "^3.2.6", - "es-toolkit": "^1.39.10", - "react": "^19.1.1", - "react-dom": "^19.1.1", - "tgui": "workspace:*", - "tgui-core": "^5.3.1", - "tgui-dev-server": "workspace:*" - }, - "private": true + "name": "tgui-panel", + "version": "6.0.0", + "dependencies": { + "common": "workspace:*", + "dompurify": "^3.2.6", + "es-toolkit": "^1.39.10", + "react": "^19.1.1", + "react-dom": "^19.1.1", + "tgui": "workspace:*", + "tgui-core": "^5.3.2", + "tgui-dev-server": "workspace:*" + }, + "private": true } diff --git a/tgui/packages/tgui-say/package.json b/tgui/packages/tgui-say/package.json index 2052645917b..d95814afedd 100644 --- a/tgui/packages/tgui-say/package.json +++ b/tgui/packages/tgui-say/package.json @@ -1,12 +1,12 @@ { - "name": "tgui-say", - "version": "1.0.0", - "dependencies": { - "common": "workspace:*", - "react": "^19.1.1", - "react-dom": "^19.1.1", - "tgui": "workspace:*", - "tgui-core": "^5.3.1" - }, - "private": true + "name": "tgui-say", + "version": "1.0.0", + "dependencies": { + "common": "workspace:*", + "react": "^19.1.1", + "react-dom": "^19.1.1", + "tgui": "workspace:*", + "tgui-core": "^5.3.2" + }, + "private": true } diff --git a/tgui/packages/tgui/package.json b/tgui/packages/tgui/package.json index 9636d233336..c863c58d3fb 100644 --- a/tgui/packages/tgui/package.json +++ b/tgui/packages/tgui/package.json @@ -1,20 +1,20 @@ { - "name": "tgui", - "version": "6.0.0", - "dependencies": { - "common": "workspace:*", - "dateformat": "^5.0.3", - "dompurify": "^3.2.6", - "es-toolkit": "^1.39.10", - "highlight.js": "^11.11.1", - "js-yaml": "^4.1.0", - "marked": "^15.0.12", - "marked-base-url": "^1.1.7", - "marked-smartypants": "^1.1.10", - "react": "^19.1.1", - "react-dom": "^19.1.1", - "tgui-core": "^5.3.1", - "tgui-dev-server": "workspace:*" - }, - "private": true + "name": "tgui", + "version": "6.0.0", + "dependencies": { + "common": "workspace:*", + "dateformat": "^5.0.3", + "dompurify": "^3.2.6", + "es-toolkit": "^1.39.10", + "highlight.js": "^11.11.1", + "js-yaml": "^4.1.0", + "marked": "^15.0.12", + "marked-base-url": "^1.1.7", + "marked-smartypants": "^1.1.10", + "react": "^19.1.1", + "react-dom": "^19.1.1", + "tgui-core": "^5.3.2", + "tgui-dev-server": "workspace:*" + }, + "private": true }