Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP]Динамические органы и операции к ним #13587

Closed
wants to merge 38 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
cfada9b
transferorgans
TriflesChase Oct 13, 2024
65506ff
organs and operations
TriflesChase Oct 13, 2024
3cf34cd
operation_fix
TriflesChase Oct 13, 2024
f523a1d
dme fix
TriflesChase Oct 13, 2024
6b08b09
Update code/modules/surgery/organs/organ.dm
TriflesChase Oct 13, 2024
459fac3
eyes, roles and organs damage
TriflesChase Oct 26, 2024
f126121
Merge branch 'onlyorgans' of https://github.com/TriflesChase/TauCetiC…
TriflesChase Oct 26, 2024
2f54f3e
Merge branch 'onlyorgans' of https://github.com/TriflesChase/TauCetiC…
TriflesChase Oct 26, 2024
c46e1e5
abomination neck
TriflesChase Oct 26, 2024
61b3ff7
mechanize_remove
TriflesChase Dec 6, 2024
fe87626
Dion's, vox's and slot's
TriflesChase Dec 6, 2024
d2aa9c8
Merge branch 'master' into onlyorgans
TriflesChase Dec 6, 2024
85494d5
Update code/modules/mob/living/carbon/human/human.dm
TriflesChase Dec 6, 2024
a79017f
Update code/modules/mob/living/carbon/human/human_defines.dm
TriflesChase Dec 6, 2024
909a8f6
Update code/modules/surgery/organs/organ.dm
TriflesChase Dec 6, 2024
b8e39bc
Kill_appendix
TriflesChase Dec 7, 2024
6599d9d
optimization
TriflesChase Dec 7, 2024
e29a026
More_optimization
TriflesChase Dec 7, 2024
9f6065e
Merge branch 'onlyorgans' of https://github.com/TriflesChase/TauCetiC…
TriflesChase Dec 7, 2024
d84e2bf
Dinamic_heart_is_real
TriflesChase Dec 9, 2024
8100f5d
Dinamic_lungs
TriflesChase Dec 11, 2024
e8846c1
some changes
TriflesChase Dec 11, 2024
8e9288e
Update code/modules/surgery/organs_internal.dm
TriflesChase Dec 11, 2024
b0f8ff5
shadowling
TriflesChase Dec 11, 2024
337fc42
lungs fix
TriflesChase Dec 11, 2024
a2ca29b
Merge branch 'onlyorgans' of https://github.com/TriflesChase/TauCetiC…
TriflesChase Dec 11, 2024
96c46d7
holydays_organ_update
TriflesChase Dec 24, 2024
632a891
tgui_organs
TriflesChase Dec 25, 2024
3660134
operation, kidneys and preference
TriflesChase Dec 25, 2024
e0b13b5
heat,kidneys,organs and operation
TriflesChase Dec 25, 2024
1a7e8bf
span's
TriflesChase Dec 25, 2024
49a5036
brain ipc
TriflesChase Dec 25, 2024
fd875cd
brain, heart, operation
TriflesChase Dec 26, 2024
8f4bbcd
lungs, organs and vox's
TriflesChase Dec 26, 2024
c6d795f
Merge branch 'TauCetiStation:master' into onlyorgans
TriflesChase Dec 27, 2024
cbfb90b
microfix
TriflesChase Dec 27, 2024
9bd62da
deleteorganhelper
TriflesChase Dec 28, 2024
86fcf41
Update taucetistation.dme
TriflesChase Dec 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
deleteorganhelper
deleteorganhelper
TriflesChase committed Dec 28, 2024
commit 9bd62dae97ab51a19be21ea4063e399f49b404fd
3 changes: 0 additions & 3 deletions code/modules/surgery/organs/organ_helpers.dm

This file was deleted.

3 changes: 3 additions & 0 deletions code/modules/surgery/organs/organ_internal.dm
Original file line number Diff line number Diff line change
@@ -100,6 +100,9 @@
/obj/item/organ/internal/proc/is_broken()
return damage >= min_broken_damage

/mob/living/carbon/human/proc/get_int_organ(typepath)
return (locate(typepath) in organs)

/obj/item/organ/internal/process()
//Process infections


Unchanged files with check annotations Beta

#include "code\modules\surgery\organs\lungs.dm"
#include "code\modules\surgery\organs\organ.dm"
#include "code\modules\surgery\organs\organ_external.dm"
#include "code\modules\surgery\organs\organ_helpers.dm"

Check failure on line 2489 in taucetistation.dme

GitHub Actions / DreamChecker

failed to find #include "code/modules/surgery/organs/organ_helpers.dm"
#include "code\modules\surgery\organs\organ_internal.dm"
#include "code\modules\surgery\organs\pain.dm"
#include "code\modules\surgery\organs\wound.dm"