Commit e7731fd
authored
Refactors species gender code, allows IPCs to be referred to as objects (yogstation13#21910)
* install gender malware
* Update data.ts
* L
* Update create_mob.dm1 parent 1a2b875 commit e7731fdCopy full SHA for e7731fd
28 files changed
+147-128Lines changed: 147 additions & 128 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- code
- __DEFINES
- datums
- game
- machinery
- objects/structures
- modules
- admin
- client/preferences
- mob/living/carbon/human
- species_types
- research/xenobiology
- surgery/bodyparts
- tgui/packages/tgui/interfaces/PreferencesMenu
- preferences
- yogstation/code/modules
- mob/living/carbon/human/species_types
- preternis
- surgery
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+9-11Lines changed: 9 additions & 11 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
169 | 169 | |
170 | 170 | |
171 | 171 | |
172 | | - |
173 | | - |
174 | | - |
175 | | - |
176 | 172 | |
177 | | - |
| 173 | + |
178 | 174 | |
179 | 175 | |
180 | | - |
| 176 | + |
181 | 177 | |
182 | | - |
| 178 | + |
183 | 179 | |
184 | | - |
| 180 | + |
185 | 181 | |
186 | | - |
| 182 | + |
187 | 183 | |
188 | | - |
189 | | - |
| 184 | + |
| 185 | + |
190 | 186 | |
191 | 187 | |
192 | 188 | |
| ||
228 | 224 | |
229 | 225 | |
230 | 226 | |
| 227 | + |
231 | 228 | |
232 | 229 | |
233 | 230 | |
| 231 | + |
234 | 232 | |
235 | 233 | |
236 | 234 | |
|
Collapse file
+13-7Lines changed: 13 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
161 | 161 | |
162 | 162 | |
163 | 163 | |
164 | | - |
| 164 | + |
165 | 165 | |
166 | | - |
| 166 | + |
| 167 | + |
| 168 | + |
167 | 169 | |
168 | | - |
| 170 | + |
169 | 171 | |
170 | 172 | |
171 | 173 | |
| ||
326 | 328 | |
327 | 329 | |
328 | 330 | |
329 | | - |
| 331 | + |
330 | 332 | |
331 | | - |
| 333 | + |
| 334 | + |
| 335 | + |
332 | 336 | |
333 | | - |
| 337 | + |
334 | 338 | |
335 | 339 | |
336 | 340 | |
| ||
573 | 577 | |
574 | 578 | |
575 | 579 | |
576 | | - |
| 580 | + |
577 | 581 | |
578 | 582 | |
579 | 583 | |
580 | 584 | |
| 585 | + |
| 586 | + |
581 | 587 | |
582 | 588 | |
583 | 589 | |
|
Collapse file
code/game/machinery/cloning.dm
Copy file name to clipboardExpand all lines: code/game/machinery/cloning.dm+8-7Lines changed: 8 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
242 | 242 | |
243 | 243 | |
244 | 244 | |
245 | | - |
246 | | - |
247 | | - |
248 | | - |
249 | | - |
250 | | - |
251 | | - |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
| 252 | + |
252 | 253 | |
253 | 254 | |
254 | 255 | |
|
Collapse file
code/game/objects/structures/mirror.dm
Copy file name to clipboardExpand all lines: code/game/objects/structures/mirror.dm+4-8Lines changed: 4 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
180 | 180 | |
181 | 181 | |
182 | 182 | |
183 | | - |
184 | | - |
| 183 | + |
| 184 | + |
185 | 185 | |
186 | 186 | |
187 | 187 | |
| ||
249 | 249 | |
250 | 250 | |
251 | 251 | |
252 | | - |
253 | | - |
254 | | - |
255 | | - |
256 | | - |
257 | | - |
| 252 | + |
| 253 | + |
258 | 254 | |
259 | 255 | |
260 | 256 | |
|
Collapse file
code/modules/admin/create_mob.dm
Copy file name to clipboardExpand all lines: code/modules/admin/create_mob.dm+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
| 14 | + |
15 | 15 | |
16 | 16 | |
17 | 17 | |
|
Collapse file
code/modules/client/preferences/gender.dm
Copy file name to clipboardExpand all lines: code/modules/client/preferences/gender.dm+11-19Lines changed: 11 additions & 19 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | | - |
| 8 | + |
9 | 9 | |
10 | 10 | |
11 | 11 | |
12 | 12 | |
13 | | - |
14 | | - |
15 | | - |
16 | | - |
17 | | - |
18 | | - |
19 | | - |
20 | 13 | |
21 | | - |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
22 | 20 | |
23 | 21 | |
24 | 22 | |
25 | 23 | |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
32 | | - |
33 | | - |
34 | | - |
35 | | - |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
Collapse file
code/modules/client/preferences/species.dm
Copy file name to clipboardExpand all lines: code/modules/client/preferences/species.dm+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
42 | 42 | |
43 | 43 | |
44 | 44 | |
45 | | - |
| 45 | + |
46 | 46 | |
47 | 47 | |
48 | 48 | |
|
Collapse file
code/modules/mob/living/carbon/human/species.dm
Copy file name to clipboardExpand all lines: code/modules/mob/living/carbon/human/species.dm+11-9Lines changed: 11 additions & 9 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
18 | 18 | |
19 | 19 | |
20 | 20 | |
21 | | - |
22 | | - |
23 | 21 | |
24 | 22 | |
25 | 23 | |
| ||
38 | 36 | |
39 | 37 | |
40 | 38 | |
| 39 | + |
| 40 | + |
41 | 41 | |
42 | 42 | |
43 | 43 | |
| ||
432 | 432 | |
433 | 433 | |
434 | 434 | |
| 435 | + |
| 436 | + |
| 437 | + |
| 438 | + |
| 439 | + |
| 440 | + |
| 441 | + |
| 442 | + |
435 | 443 | |
436 | | - |
437 | | - |
438 | | - |
439 | | - |
440 | | - |
441 | | - |
442 | 444 | |
443 | 445 | |
444 | 446 | |
| ||
801 | 803 | |
802 | 804 | |
803 | 805 | |
804 | | - |
| 806 | + |
805 | 807 | |
806 | 808 | |
807 | 809 | |
|
Collapse file
code/modules/mob/living/carbon/human/species_types/IPC.dm
Copy file name to clipboardExpand all lines: code/modules/mob/living/carbon/human/species_types/IPC.dm+11-4Lines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | | - |
9 | | - |
| 8 | + |
| 9 | + |
10 | 10 | |
11 | 11 | |
12 | 12 | |
| ||
390 | 390 | |
391 | 391 | |
392 | 392 | |
| 393 | + |
393 | 394 | |
394 | 395 | |
| 396 | + |
395 | 397 | |
396 | 398 | |
397 | 399 | |
| ||
401 | 403 | |
402 | 404 | |
403 | 405 | |
| 406 | + |
404 | 407 | |
405 | 408 | |
406 | 409 | |
| ||
430 | 433 | |
431 | 434 | |
432 | 435 | |
433 | | - |
| 436 | + |
| 437 | + |
| 438 | + |
| 439 | + |
434 | 440 | |
435 | 441 | |
436 | 442 | |
| ||
461 | 467 | |
462 | 468 | |
463 | 469 | |
464 | | - |
| 470 | + |
| 471 | + |
465 | 472 | |
466 | 473 | |
467 | 474 | |
|
Collapse file
code/modules/mob/living/carbon/human/species_types/abductors.dm
Copy file name to clipboardExpand all lines: code/modules/mob/living/carbon/human/species_types/abductors.dm+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
| 5 | + |
6 | 6 | |
7 | 7 | |
8 | 8 | |
|
0 commit comments