[MIRROR] The Great Species Dedatumming 2: Makes external organs operable [MDB IGNORE] (#15530)

* The Great Species Dedatumming 2: Makes external organs operable

* Fixes merge conflicts

* Partly fixes taur bodies (makes them external and use the mob sprite as their icon)

Co-authored-by: Time-Green <timkoster1@hotmail.com>
Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
This commit is contained in:
SkyratBot
2022-08-12 20:01:39 -04:00
committed by GitHub
co-authored by Time-Green GoldenAlpharex
parent b4ca929e54
commit f6f9b6f2f3
19 changed files with 140 additions and 63 deletions
@@ -69,7 +69,7 @@
/obj/item/organ/internal/body_egg/alien_embryo/egg_process()
if(stage == 6 && prob(50))
for(var/datum/surgery/S in owner.surgeries)
if(S.location == BODY_ZONE_CHEST && istype(S.get_surgery_step(), /datum/surgery_step/manipulate_organs))
if(S.location == BODY_ZONE_CHEST && istype(S.get_surgery_step(), /datum/surgery_step/manipulate_organs/internal))
AttemptGrow(0)
return
AttemptGrow()
@@ -157,7 +157,7 @@
/obj/item/organ/internal/brain/dullahan
decoy_override = TRUE
organ_flags = 0
organ_flags = NONE
/obj/item/organ/internal/tongue/dullahan
zone = "abstract"