Commit e8f3906
authored
Removes the non-bitfield slot flags (yogstation13#19165)
* Removes the non-bitfield slot flags
Replaces instances of non-bitfield slot flags with the proper bitfield instead.
* Update brain_item.dm1 parent 4a152b3 commit e8f3906Copy full SHA for e8f3906
203 files changed
+889-885Lines changed: 889 additions & 885 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- code
- __DEFINES
- __HELPERS
- _onclick
- hud
- datums
- components
- diseases
- advance/symptoms
- elements
- martial
- mutations
- traits
- game
- gamemodes
- changeling
- clock_cult
- clown_ops
- dynamic
- nuclear
- mecha
- objects
- items
- devices
- busterarm
- radio
- stacks
- storage
- tanks
- turfs/simulated
- modules
- admin
- verbs
- antagonists
- abductor/equipment
- bloodsuckers
- powers
- targeted
- changeling/powers
- clockcult
- clock_items
- clock_scriptures
- cult
- devil
- eldritch_cult
- fugitive
- highlander
- traitor
- equipment
- wizard
- equipment
- awaymissions
- mission_code
- client/preferences
- clothing
- ears
- glasses
- gloves
- head
- masks
- neck
- outfits
- shoes
- spacesuits
- suits
- under
- events
- wizard
- flufftext
- jobs/job_types
- mining
- equipment
- lavaland
- mob
- living
- brain
- carbon
- alien
- humanoid
- special
- human
- species_types
- monkey
- simple_animal
- friendly/drone
- guardian/types
- ninja
- paperwork
- projectiles/guns/ballistic
- reagents
- chemistry/recipes
- reagent_containers
- research/xenobiology/crossbreeding
- surgery
- vehicles
- zombie
- yogstation/code
- datums
- components
- martial
- game
- gamemodes/shadowling
- objects/items/storage
- modules
- antagonists
- gang
- shadowling
- clothing
- head
- suits
- donor
- jobs/job_types
- mob/living/carbon/human/species_types
- preternis
- xenoarch/loot
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
Open diff view settings
Collapse file
code/__DEFINES/inventory.dm
Copy file name to clipboardExpand all lines: code/__DEFINES/inventory.dm+38-89Lines changed: 38 additions & 89 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
23 | | - |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
32 | | - |
33 | | - |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
34 | 45 | |
35 | | - |
36 | | - |
37 | | - |
38 | | - |
39 | | - |
40 | | - |
41 | | - |
42 | | - |
43 | | - |
44 | | - |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
45 | 53 | |
46 | | - |
| 54 | + |
47 | 55 | |
48 | | - |
| 56 | + |
49 | 57 | |
50 | | - |
| 58 | + |
51 | 59 | |
52 | | - |
| 60 | + |
53 | 61 | |
54 | | - |
| 62 | + |
55 | 63 | |
| 64 | + |
| 65 | + |
56 | 66 | |
57 | | - |
58 | | - |
59 | | - |
60 | | - |
61 | | - |
62 | | - |
63 | | - |
64 | | - |
65 | | - |
66 | | - |
67 | | - |
68 | | - |
69 | | - |
70 | | - |
71 | | - |
72 | | - |
73 | | - |
74 | | - |
75 | | - |
76 | | - |
77 | | - |
78 | | - |
79 | | - |
80 | | - |
81 | | - |
82 | | - |
83 | | - |
84 | | - |
85 | | - |
86 | | - |
87 | | - |
88 | | - |
89 | | - |
90 | | - |
91 | | - |
92 | | - |
93 | | - |
94 | | - |
95 | | - |
96 | | - |
97 | | - |
98 | | - |
99 | | - |
100 | | - |
101 | | - |
102 | | - |
103 | | - |
104 | | - |
105 | | - |
106 | | - |
107 | | - |
108 | | - |
109 | | - |
110 | | - |
111 | | - |
112 | | - |
113 | | - |
114 | | - |
115 | | - |
116 | | - |
117 | | - |
118 | | - |
119 | | - |
| 67 | + |
| 68 | + |
120 | 69 | |
121 | 70 | |
122 | 71 | |
|
Collapse file
+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
113 | 113 | |
114 | 114 | |
115 | 115 | |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
116 | 120 | |
117 | 121 | |
118 | 122 | |
|
Collapse file
+9-9Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
203 | 203 | |
204 | 204 | |
205 | 205 | |
206 | | - |
| 206 | + |
207 | 207 | |
208 | 208 | |
209 | 209 | |
210 | 210 | |
211 | 211 | |
212 | 212 | |
213 | | - |
| 213 | + |
214 | 214 | |
215 | 215 | |
216 | 216 | |
217 | 217 | |
218 | 218 | |
219 | 219 | |
220 | | - |
| 220 | + |
221 | 221 | |
222 | 222 | |
223 | 223 | |
224 | 224 | |
225 | 225 | |
226 | 226 | |
227 | | - |
| 227 | + |
228 | 228 | |
229 | 229 | |
230 | 230 | |
231 | 231 | |
232 | 232 | |
233 | 233 | |
234 | | - |
| 234 | + |
235 | 235 | |
236 | 236 | |
237 | 237 | |
238 | 238 | |
239 | 239 | |
240 | 240 | |
241 | | - |
| 241 | + |
242 | 242 | |
243 | 243 | |
244 | 244 | |
245 | 245 | |
246 | 246 | |
247 | 247 | |
248 | | - |
| 248 | + |
249 | 249 | |
250 | 250 | |
251 | 251 | |
252 | 252 | |
253 | 253 | |
254 | 254 | |
255 | | - |
| 255 | + |
256 | 256 | |
257 | 257 | |
258 | 258 | |
259 | 259 | |
260 | 260 | |
261 | 261 | |
262 | | - |
| 262 | + |
263 | 263 | |
264 | 264 | |
Collapse file
code/__HELPERS/type2type.dm
Copy file name to clipboardExpand all lines: code/__HELPERS/type2type.dm+7-7Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
412 | 412 | |
413 | 413 | |
414 | 414 | |
415 | | - |
| 415 | + |
416 | 416 | |
417 | 417 | |
418 | | - |
| 418 | + |
419 | 419 | |
420 | 420 | |
421 | | - |
| 421 | + |
422 | 422 | |
423 | 423 | |
424 | | - |
| 424 | + |
425 | 425 | |
426 | 426 | |
427 | | - |
| 427 | + |
428 | 428 | |
429 | 429 | |
430 | | - |
| 430 | + |
431 | 431 | |
432 | 432 | |
433 | | - |
| 433 | + |
434 | 434 | |
435 | 435 | |
436 | 436 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
106 | 106 | |
107 | 107 | |
108 | 108 | |
109 | | - |
| 109 | + |
110 | 110 | |
111 | 111 | |
112 | 112 | |
|
Collapse file
code/_onclick/hud/drones.dm
Copy file name to clipboardExpand all lines: code/_onclick/hud/drones.dm+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
11 | | - |
| 11 | + |
12 | 12 | |
13 | 13 | |
14 | 14 | |
| ||
17 | 17 | |
18 | 18 | |
19 | 19 | |
20 | | - |
| 20 | + |
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | 24 | |
25 | 25 | |
26 | | - |
| 26 | + |
27 | 27 | |
28 | 28 | |
29 | 29 | |
|
Collapse file
code/_onclick/hud/generic_dextrous.dm
Copy file name to clipboardExpand all lines: code/_onclick/hud/generic_dextrous.dm+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
53 | 53 | |
54 | 54 | |
55 | 55 | |
56 | | - |
| 56 | + |
57 | 57 | |
58 | 58 | |
59 | 59 | |
|
0 commit comments