From 593fe47c1c7f2a8cd396d7cfddafbf88d20bee93 Mon Sep 17 00:00:00 2001 From: Ben10Omintrix <138636438+Ben10Omintrix@users.noreply.github.com> Date: Wed, 22 Oct 2025 00:50:14 +0300 Subject: [PATCH] PAI leashes can be toggled on or off by owners (#93239) ## About The Pull Request PAI leashes can be toggled on or off by owners ## Why It's Good For The Game i do agree with the idea of tying PAIs to their owners considering what the P stands for and i wish it had worked out the way it was intended, but it has sort of deterred a lot of people from playing the role. even as the PAI owner in shifts where very little was going on, i did sort of find it socially exhausting to have to be tied to my PAI for the entire round and a massive responsibility since the fun the other player was having was solely depending on me. i found myself wishing we could have a little break from each other every now and then HOLOFORM_MAX_RANGE) return diff --git a/tgui/packages/tgui/interfaces/PaiCard.tsx b/tgui/packages/tgui/interfaces/PaiCard.tsx index a20655f274d..7817e3b0a08 100644 --- a/tgui/packages/tgui/interfaces/PaiCard.tsx +++ b/tgui/packages/tgui/interfaces/PaiCard.tsx @@ -36,6 +36,7 @@ type Pai = { name: string; transmit: BooleanLike; receive: BooleanLike; + leashed: BooleanLike; range: number; }; @@ -162,6 +163,7 @@ const PaiOptions = (props) => { name, transmit, receive, + leashed, range, }, } = data; @@ -194,10 +196,16 @@ const PaiOptions = (props) => { Toggle + + + - {emagged ? ( - '∞' - ) : (