Skip to content

Commit 1f134c1

Browse files
authored
Update BarDrone Rule GUI to Match Correct Laws and Guidelines (#4801)
1 parent b61c713 commit 1f134c1

File tree

1 file changed

+79
-8
lines changed

1 file changed

+79
-8
lines changed

tgui/packages/tgui/interfaces/BarDrone.tsx

Lines changed: 79 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,37 @@ import { Window } from '../layouts';
33

44
export const BarDrone = () => {
55
return (
6-
<Window title="Drone Information" width={600} height={320}>
6+
// MONKESTATION EDIT START
7+
// <Window title="Drone Information" width={600} height={320}>
8+
<Window title="Bar Drone Information" width={600} height={522}>
9+
{/* MONKESTATION EDIT END */}
710
<Section title="">
811
<Box color="red" fontSize="18px" margin="5px 0">
912
<b>
10-
DO NOT INTERFERE WITH THE ROUND AS A DRONE OR YOU WILL BE DRONE
11-
BANNED
13+
{/* MONKESTATION EDIT START */}
14+
{/* DO NOT INTERFERE WITH THE ROUND AS A DRONE OR YOU WILL BE DRONE
15+
BANNED */}
16+
DO NOT INTERFERE WITH THE ROUND OUTSIDE OF YOUR LAWS AS A BARDRONE
17+
OR YOU WILL BE DRONE BANNED
18+
{/* MONKESTATION EDIT END */}
1219
</b>
1320
</Box>
1421
<Box fontSize="14px" margin="5px 0" color="#ffffff">
15-
Drones are a ghost role that are allowed to fix the station and build
16-
things. Interfering with the round as a drone is against the rules.
22+
{/* MONKESTATION EDIT START */}
23+
{/* Drones are a ghost role that are allowed to fix the station and build
24+
things. Interfering with the round as a drone is against the rules. */}
25+
Bar Drones are a ghost role designed to serve drinks, entertain
26+
patrons, and maintain their bar. Actions outside of your laws and
27+
guidelines are against the rules.
28+
{/* MONKESTATION EDIT END */}
1729
</Box>
1830
<Box fontSize="14px" color="#ffffff" margin="5px 0">
1931
Actions that constitute interference include, but are not limited to:
2032
</Box>
2133
<LabeledList>
22-
<LabeledList.Item label="">
34+
{/* MONKESTATION EDIT START*/}
35+
{/*
36+
<LabeledList.Item label="">
2337
<Box fontSize="14px" color="#ffffff">
2438
- Interacting with round-critical objects (IDs, weapons,
2539
contraband, powersinks, bombs, etc.)
@@ -37,6 +51,60 @@ export const BarDrone = () => {
3751
bodies, etc.)
3852
</Box>
3953
</LabeledList.Item>
54+
*/}
55+
<LabeledList.Item label="">
56+
<Box fontSize="14px" color="#ffffff">
57+
- Harming sapient creatures (attacking, poisoning, or any form of
58+
intentional harm).
59+
</Box>
60+
</LabeledList.Item>
61+
<LabeledList.Item label="">
62+
<Box fontSize="14px" color="#ffffff">
63+
- Interacting with non-conscious individuals (dead, passed out, or
64+
SSD). Call for medical assistance instead.
65+
</Box>
66+
</LabeledList.Item>
67+
<LabeledList.Item label="">
68+
<Box fontSize="14px" color="#ffffff">
69+
- Getting involved in altercations (fights, disputes, or
70+
conflicts). Remove yourself from these situations.
71+
</Box>
72+
</LabeledList.Item>
73+
<LabeledList.Item label="">
74+
<Box fontSize="14px" color="#ffffff">
75+
- Protecting the bar from aggressors (do not play security or
76+
attempt to defend the bar).
77+
</Box>
78+
</LabeledList.Item>
79+
</LabeledList>
80+
<Box fontSize="14px" margin="10px 0" color="#ffffff">
81+
<b>Guidelines for Bar Drones:</b>
82+
</Box>
83+
<LabeledList>
84+
<LabeledList.Item label="">
85+
<Box fontSize="14px" color="#ffffff">
86+
- Serve drinks and interact with patrons.
87+
</Box>
88+
</LabeledList.Item>
89+
<LabeledList.Item label="">
90+
<Box fontSize="14px" color="#ffffff">
91+
- Operate only at a bar with the permission of its users or
92+
owners.
93+
</Box>
94+
</LabeledList.Item>
95+
<LabeledList.Item label="">
96+
<Box fontSize="14px" color="#ffffff">
97+
- You may create your own bar if you have permission from a
98+
relevant head of staff. Do not monopolize station resources.
99+
</Box>
100+
</LabeledList.Item>
101+
<LabeledList.Item label="">
102+
<Box fontSize="14px" color="#ffffff">
103+
- Focus on maintaining the integrity of the bar. Keep it clean,
104+
operational, and welcoming.
105+
</Box>
106+
</LabeledList.Item>
107+
{/* MONKESTATION EDIT END */}
40108
</LabeledList>
41109
<Box color="red" fontSize="14px" margin="10px 0">
42110
These rules are at admin discretion and will be heavily enforced.
@@ -48,8 +116,11 @@ export const BarDrone = () => {
48116
textDecoration="underline, bold"
49117
>
50118
<b>
51-
If you do not have the regular drone laws, follow your laws to the
52-
best of your ability.
119+
{/* MONKESTATION EDIT START */}
120+
{/* If you do not have the regular drone laws, follow your laws to the
121+
best of your ability. */}
122+
If you have questions about these rules, AHELP for clarification.
123+
{/* MONKESTATION EDIT END */}
53124
</b>
54125
</Box>
55126
<Box fontSize="14px" color="#ffffff" margin="5px 0">

0 commit comments

Comments
 (0)