@@ -3,23 +3,37 @@ import { Window } from '../layouts';
3
3
4
4
export const BarDrone = ( ) => {
5
5
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 */ }
7
10
< Section title = "" >
8
11
< Box color = "red" fontSize = "18px" margin = "5px 0" >
9
12
< 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 */ }
12
19
</ b >
13
20
</ Box >
14
21
< 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 */ }
17
29
</ Box >
18
30
< Box fontSize = "14px" color = "#ffffff" margin = "5px 0" >
19
31
Actions that constitute interference include, but are not limited to:
20
32
</ Box >
21
33
< LabeledList >
22
- < LabeledList . Item label = "" >
34
+ { /* MONKESTATION EDIT START*/ }
35
+ { /*
36
+ <LabeledList.Item label="">
23
37
<Box fontSize="14px" color="#ffffff">
24
38
- Interacting with round-critical objects (IDs, weapons,
25
39
contraband, powersinks, bombs, etc.)
@@ -37,6 +51,60 @@ export const BarDrone = () => {
37
51
bodies, etc.)
38
52
</Box>
39
53
</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 */ }
40
108
</ LabeledList >
41
109
< Box color = "red" fontSize = "14px" margin = "10px 0" >
42
110
These rules are at admin discretion and will be heavily enforced.
@@ -48,8 +116,11 @@ export const BarDrone = () => {
48
116
textDecoration = "underline, bold"
49
117
>
50
118
< 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 */ }
53
124
</ b >
54
125
</ Box >
55
126
< Box fontSize = "14px" color = "#ffffff" margin = "5px 0" >
0 commit comments