mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 16:42:13 +00:00
Mediborgs can transplant organs again (#13537)
This commit is contained in:
@@ -71,7 +71,6 @@
|
|||||||
|
|
||||||
/obj/item/organ/internal/liver/handle_regeneration()
|
/obj/item/organ/internal/liver/handle_regeneration()
|
||||||
if(..())
|
if(..())
|
||||||
testing("Liver regenerating!")
|
|
||||||
if(!owner.total_radiation && damage > 0)
|
if(!owner.total_radiation && damage > 0)
|
||||||
if(damage < min_broken_damage)
|
if(damage < min_broken_damage)
|
||||||
heal_damage(0.2)
|
heal_damage(0.2)
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ proc/spread_germs_to_organ(var/obj/item/organ/external/E, var/mob/living/carbon/
|
|||||||
return TRUE
|
return TRUE
|
||||||
|
|
||||||
// Otherwise we can make a start on surgery!
|
// Otherwise we can make a start on surgery!
|
||||||
else if(istype(M) && !QDELETED(M) && user.get_active_hand() == tool)
|
else if(istype(M) && !QDELETED(M) && tool)
|
||||||
// Double-check this in case it changed between initial check and now.
|
// Double-check this in case it changed between initial check and now.
|
||||||
if(zone in M.op_stage.in_progress)
|
if(zone in M.op_stage.in_progress)
|
||||||
to_chat(user, SPAN_WARNING("You can't operate on this area while surgery is already in progress."))
|
to_chat(user, SPAN_WARNING("You can't operate on this area while surgery is already in progress."))
|
||||||
|
|||||||
7
html/changelogs/medical_cyborg_organ_transplant.yml
Normal file
7
html/changelogs/medical_cyborg_organ_transplant.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
author: Vrow
|
||||||
|
|
||||||
|
delete-after: True
|
||||||
|
|
||||||
|
changes:
|
||||||
|
- bugfix: "Fixed Medical Stationbounds being unable to perform organ transplants."
|
||||||
|
- bugfix: "Removed a debug message as liver regenerates"
|
||||||
Reference in New Issue
Block a user