Commit e836e6f
authored
Rewrites how species are granted abilities + rewrites some of abilities themselves (yogstation13#22366)
* guh, the work begins
* done for now hopefully
* lint
* Update maglock.dm
* Update maglock.dm
* done1 parent a9b828b commit e836e6fCopy full SHA for e836e6f
9 files changed
+184-285Lines changed: 184 additions & 285 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- code/modules
- mob/living/carbon/human
- species_types
- spells/spell_types/toggle
- surgery/organs
- yogstation/code/modules/mob/living/carbon/human/species_types
- preternis
Expand file treeCollapse file tree
Open diff view settings
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+15Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
223 | 223 | |
224 | 224 | |
225 | 225 | |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
226 | 231 | |
227 | 232 | |
228 | 233 | |
| ||
502 | 507 | |
503 | 508 | |
504 | 509 | |
| 510 | + |
| 511 | + |
| 512 | + |
| 513 | + |
| 514 | + |
505 | 515 | |
506 | 516 | |
507 | 517 | |
| ||
547 | 557 | |
548 | 558 | |
549 | 559 | |
| 560 | + |
| 561 | + |
| 562 | + |
| 563 | + |
| 564 | + |
550 | 565 | |
551 | 566 | |
552 | 567 | |
|
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+1-6Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
51 | 51 | |
52 | 52 | |
53 | 53 | |
54 | | - |
| 54 | + |
55 | 55 | |
56 | 56 | |
57 | 57 | |
| ||
66 | 66 | |
67 | 67 | |
68 | 68 | |
69 | | - |
70 | | - |
71 | | - |
72 | 69 | |
73 | 70 | |
74 | 71 | |
| ||
82 | 79 | |
83 | 80 | |
84 | 81 | |
85 | | - |
86 | | - |
87 | 82 | |
88 | 83 | |
89 | 84 | |
|
0 commit comments