mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
[MIRROR] some fixes (#11217)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ad9097a092
commit
2bc6485c7b
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://biomejs.dev/schemas/2.1.1/schema.json",
|
"$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
|
||||||
"assist": {
|
"assist": {
|
||||||
"actions": {
|
"actions": {
|
||||||
"source": {
|
"source": {
|
||||||
@@ -50,7 +50,8 @@
|
|||||||
"noDangerouslySetInnerHtml": "off"
|
"noDangerouslySetInnerHtml": "off"
|
||||||
},
|
},
|
||||||
"style": {
|
"style": {
|
||||||
"noNonNullAssertion": "off"
|
"noNonNullAssertion": "off",
|
||||||
|
"useSelfClosingElements": "error"
|
||||||
},
|
},
|
||||||
"suspicious": {
|
"suspicious": {
|
||||||
"noArrayIndexKey": "off",
|
"noArrayIndexKey": "off",
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ GLOBAL_VAR_INIT(allowed_ghost_spawns, 2)
|
|||||||
var/active_tab = GHOST_POD_TAB
|
var/active_tab = GHOST_POD_TAB
|
||||||
|
|
||||||
/datum/tgui_module/ghost_spawn_menu/tgui_state(mob/user)
|
/datum/tgui_module/ghost_spawn_menu/tgui_state(mob/user)
|
||||||
return GLOB.tgui_self_state
|
return GLOB.tgui_observer_state
|
||||||
|
|
||||||
/datum/tgui_module/ghost_spawn_menu/tgui_close(mob/user)
|
/datum/tgui_module/ghost_spawn_menu/tgui_close(mob/user)
|
||||||
. = ..()
|
. = ..()
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ export RUST_G_VERSION=3.11.0
|
|||||||
export NODE_VERSION_LTS=22.14.0
|
export NODE_VERSION_LTS=22.14.0
|
||||||
|
|
||||||
# Bun version
|
# Bun version
|
||||||
export BUN_VERSION=1.2.18
|
export BUN_VERSION=1.2.19
|
||||||
|
|
||||||
# SpacemanDMM git tag
|
# SpacemanDMM git tag
|
||||||
export SPACEMAN_DMM_VERSION=suite-1.10
|
export SPACEMAN_DMM_VERSION=suite-1.10
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"@happy-dom/global-registrator": "^17.6.3",
|
"@happy-dom/global-registrator": "^17.6.3",
|
||||||
"@rspack/cli": "^1.4.8",
|
"@rspack/cli": "^1.4.8",
|
||||||
"@rspack/core": "^1.4.8",
|
"@rspack/core": "^1.4.8",
|
||||||
"@types/bun": "^1.2.18",
|
"@types/bun": "^1.2.19",
|
||||||
"@types/react": "^19.1.8",
|
"@types/react": "^19.1.8",
|
||||||
"@types/react-dom": "^19.1.6",
|
"@types/react-dom": "^19.1.6",
|
||||||
"@types/webpack-env": "^1.18.8",
|
"@types/webpack-env": "^1.18.8",
|
||||||
@@ -234,7 +234,7 @@
|
|||||||
|
|
||||||
"@types/bonjour": ["@types/bonjour@3.5.13", "", { "dependencies": { "@types/node": "*" } }, "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ=="],
|
"@types/bonjour": ["@types/bonjour@3.5.13", "", { "dependencies": { "@types/node": "*" } }, "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ=="],
|
||||||
|
|
||||||
"@types/bun": ["@types/bun@1.2.18", "", { "dependencies": { "bun-types": "1.2.18" } }, "sha512-Xf6RaWVheyemaThV0kUfaAUvCNokFr+bH8Jxp+tTZfx7dAPA8z9ePnP9S9+Vspzuxxx9JRAXhnyccRj3GyCMdQ=="],
|
"@types/bun": ["@types/bun@1.2.19", "", { "dependencies": { "bun-types": "1.2.19" } }, "sha512-d9ZCmrH3CJ2uYKXQIUuZ/pUnTqIvLDS0SK7pFmbx8ma+ziH/FRMoAq5bYpRG7y+w1gl+HgyNZbtqgMq4W4e2Lg=="],
|
||||||
|
|
||||||
"@types/connect": ["@types/connect@3.4.38", "", { "dependencies": { "@types/node": "*" } }, "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug=="],
|
"@types/connect": ["@types/connect@3.4.38", "", { "dependencies": { "@types/node": "*" } }, "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug=="],
|
||||||
|
|
||||||
@@ -396,7 +396,7 @@
|
|||||||
|
|
||||||
"bufferstreams": ["bufferstreams@4.0.0", "", { "dependencies": { "readable-stream": "^3.4.0", "yerror": "^8.0.0" } }, "sha512-azX778/2VQ9K2uiYprSUKLgK2K6lR1KtJycJDsMg7u0+Cc994A9HyGaUKb01e/T+M8jse057429iKXurCaT35g=="],
|
"bufferstreams": ["bufferstreams@4.0.0", "", { "dependencies": { "readable-stream": "^3.4.0", "yerror": "^8.0.0" } }, "sha512-azX778/2VQ9K2uiYprSUKLgK2K6lR1KtJycJDsMg7u0+Cc994A9HyGaUKb01e/T+M8jse057429iKXurCaT35g=="],
|
||||||
|
|
||||||
"bun-types": ["bun-types@1.2.18", "", { "dependencies": { "@types/node": "*" }, "peerDependencies": { "@types/react": "^19" } }, "sha512-04+Eha5NP7Z0A9YgDAzMk5PHR16ZuLVa83b26kH5+cp1qZW4F6FmAURngE7INf4tKOvCE69vYvDEwoNl1tGiWw=="],
|
"bun-types": ["bun-types@1.2.19", "", { "dependencies": { "@types/node": "*" }, "peerDependencies": { "@types/react": "^19" } }, "sha512-uAOTaZSPuYsWIXRpj7o56Let0g/wjihKCkeRqUBhlLVM/Bt+Fj9xTo+LhC1OV1XDaGkz4hNC80et5xgy+9KTHQ=="],
|
||||||
|
|
||||||
"bundle-name": ["bundle-name@4.1.0", "", { "dependencies": { "run-applescript": "^7.0.0" } }, "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q=="],
|
"bundle-name": ["bundle-name@4.1.0", "", { "dependencies": { "run-applescript": "^7.0.0" } }, "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q=="],
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"name": "tgui-workspace",
|
"name": "tgui-workspace",
|
||||||
"version": "6.0.0",
|
"version": "6.0.0",
|
||||||
"packageManager": "bun@1.2.18",
|
"packageManager": "bun@1.2.19",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
"@happy-dom/global-registrator": "^17.6.3",
|
"@happy-dom/global-registrator": "^17.6.3",
|
||||||
"@rspack/cli": "^1.4.8",
|
"@rspack/cli": "^1.4.8",
|
||||||
"@rspack/core": "^1.4.8",
|
"@rspack/core": "^1.4.8",
|
||||||
"@types/bun": "^1.2.18",
|
"@types/bun": "^1.2.19",
|
||||||
"@types/react": "^19.1.8",
|
"@types/react": "^19.1.8",
|
||||||
"@types/react-dom": "^19.1.6",
|
"@types/react-dom": "^19.1.6",
|
||||||
"@types/webpack-env": "^1.18.8",
|
"@types/webpack-env": "^1.18.8",
|
||||||
|
|||||||
@@ -0,0 +1,230 @@
|
|||||||
|
import { Box, Icon, Section, Table } from 'tgui-core/components';
|
||||||
|
|
||||||
|
export const WikiBloodTypes = (props) => {
|
||||||
|
return (
|
||||||
|
<Section fill title="Blood Type Compatibility">
|
||||||
|
<Table>
|
||||||
|
<Table.Row>
|
||||||
|
<Table.Cell colSpan={10}>
|
||||||
|
<Box align="center" bold>
|
||||||
|
You can receive
|
||||||
|
</Box>
|
||||||
|
</Table.Cell>
|
||||||
|
</Table.Row>
|
||||||
|
<Table.Row>
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell>
|
||||||
|
<Box bold>O+</Box>
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Box bold>O-</Box>
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Box bold>A+</Box>
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Box bold>A-</Box>
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Box bold>B+</Box>
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Box bold>B-</Box>
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Box bold>AB+</Box>
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Box bold>AB-</Box>
|
||||||
|
</Table.Cell>
|
||||||
|
</Table.Row>
|
||||||
|
<Table.Row>
|
||||||
|
<Table.Cell>
|
||||||
|
<Box bold>y</Box>
|
||||||
|
</Table.Cell>
|
||||||
|
</Table.Row>
|
||||||
|
<Table.Row>
|
||||||
|
<Table.Cell>
|
||||||
|
<Box bold>o</Box>
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Box bold>O+</Box>
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell />
|
||||||
|
</Table.Row>
|
||||||
|
<Table.Row>
|
||||||
|
<Table.Cell>
|
||||||
|
<Box bold>u</Box>
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Box bold>O-</Box>
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell />
|
||||||
|
</Table.Row>
|
||||||
|
<Table.Row>
|
||||||
|
<Table.Cell>
|
||||||
|
<Box bold>r</Box>
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Box bold>A+</Box>
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell />
|
||||||
|
</Table.Row>
|
||||||
|
<Table.Row>
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell>
|
||||||
|
<Box bold>A-</Box>
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell />
|
||||||
|
</Table.Row>
|
||||||
|
<Table.Row>
|
||||||
|
<Table.Cell>
|
||||||
|
<Box bold>t</Box>
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Box bold>B+</Box>
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell />
|
||||||
|
</Table.Row>
|
||||||
|
<Table.Row>
|
||||||
|
<Table.Cell>
|
||||||
|
<Box bold>y</Box>
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Box bold>B-</Box>
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell />
|
||||||
|
</Table.Row>
|
||||||
|
<Table.Row>
|
||||||
|
<Table.Cell>
|
||||||
|
<Box bold>p</Box>
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Box bold>AB+</Box>
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
</Table.Row>
|
||||||
|
<Table.Row>
|
||||||
|
<Table.Cell>
|
||||||
|
<Box bold>e</Box>
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell>
|
||||||
|
<Box bold>AB-</Box>
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
<Table.Cell />
|
||||||
|
<Table.Cell>
|
||||||
|
<Icon name="droplet" color="red" />
|
||||||
|
</Table.Cell>
|
||||||
|
</Table.Row>
|
||||||
|
</Table>
|
||||||
|
</Section>
|
||||||
|
);
|
||||||
|
};
|
||||||
@@ -2,6 +2,6 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/bun": "^1.2.18"
|
"@types/bun": "^1.2.19"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user