Commit 978c2bd
Various deadchat messages are more informative and consistent (#34326)
More deadchat messages now follow the following format.
> George Mellons has done a thing at AreaName.
- Shuttle calling
- Shuttle recalling
- Security level changing
- Maintenance accessing
- Swiping for red,emergency maint, bsa
- Messenging centcom, syndicate
Fixes #34230.
Fixes #34231.1 parent cfad4a7 commit 978c2bdCopy full SHA for 978c2bd
3 files changed
+36-15Lines changed: 36 additions & 15 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- code
- controllers/subsystem
- game/machinery/computer
- modules/security_levels
Expand file treeCollapse file tree
Open diff view settings
Collapse file
code/controllers/subsystem/shuttle.dm
Copy file name to clipboardExpand all lines: code/controllers/subsystem/shuttle.dm+5-2Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
246 | 246 | |
247 | 247 | |
248 | 248 | |
| 249 | + |
| 250 | + |
249 | 251 | |
250 | | - |
| 252 | + |
251 | 253 | |
252 | 254 | |
253 | 255 | |
| ||
285 | 287 | |
286 | 288 | |
287 | 289 | |
288 | | - |
| 290 | + |
| 291 | + |
289 | 292 | |
290 | 293 | |
291 | 294 | |
|
Collapse file
code/game/machinery/computer/communications.dm
Copy file name to clipboardExpand all lines: code/game/machinery/computer/communications.dm+11-7Lines changed: 11 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
57 | 57 | |
58 | 58 | |
59 | 59 | |
| 60 | + |
| 61 | + |
| 62 | + |
60 | 63 | |
61 | 64 | |
62 | 65 | |
| ||
115 | 118 | |
116 | 119 | |
117 | 120 | |
118 | | - |
| 121 | + |
119 | 122 | |
120 | 123 | |
121 | 124 | |
| ||
249 | 252 | |
250 | 253 | |
251 | 254 | |
252 | | - |
| 255 | + |
253 | 256 | |
254 | 257 | |
255 | 258 | |
256 | 259 | |
257 | 260 | |
258 | | - |
| 261 | + |
259 | 262 | |
260 | 263 | |
261 | 264 | |
| ||
289 | 292 | |
290 | 293 | |
291 | 294 | |
292 | | - |
| 295 | + |
293 | 296 | |
294 | 297 | |
295 | 298 | |
| ||
306 | 309 | |
307 | 310 | |
308 | 311 | |
309 | | - |
| 312 | + |
310 | 313 | |
311 | 314 | |
312 | 315 | |
| ||
389 | 392 | |
390 | 393 | |
391 | 394 | |
392 | | - |
| 395 | + |
393 | 396 | |
394 | 397 | |
395 | 398 | |
| ||
701 | 704 | |
702 | 705 | |
703 | 706 | |
704 | | - |
| 707 | + |
| 708 | + |
705 | 709 | |
706 | 710 | |
707 | 711 | |
|
Collapse file
code/modules/security_levels/keycard_authentication.dm
Copy file name to clipboardExpand all lines: code/modules/security_levels/keycard_authentication.dm+20-6Lines changed: 20 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
3 | 7 | |
4 | 8 | |
5 | 9 | |
| ||
57 | 61 | |
58 | 62 | |
59 | 63 | |
60 | | - |
| 64 | + |
61 | 65 | |
62 | 66 | |
63 | 67 | |
64 | | - |
| 68 | + |
65 | 69 | |
66 | 70 | |
67 | 71 | |
| ||
70 | 74 | |
71 | 75 | |
72 | 76 | |
73 | | - |
| 77 | + |
74 | 78 | |
75 | 79 | |
76 | 80 | |
| ||
97 | 101 | |
98 | 102 | |
99 | 103 | |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
100 | 110 | |
101 | | - |
| 111 | + |
102 | 112 | |
103 | | - |
| 113 | + |
104 | 114 | |
105 | | - |
| 115 | + |
106 | 116 | |
107 | 117 | |
108 | 118 | |
| ||
128 | 138 | |
129 | 139 | |
130 | 140 | |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
0 commit comments