mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Reagents, Cryotubes, etc no longer fix prosthetics (#16701)
* Reagents, Cryotubes, etc no longer fix prosthetics * Internal organs too * Clarify CL
This commit is contained in:
@@ -618,7 +618,7 @@
|
||||
var/list/damaged_organs = get_damaged_organs(TRUE, TRUE, FALSE)
|
||||
if(length(damaged_organs))
|
||||
// Heal an absurd amount, basically regenerate one organ.
|
||||
heal_organ_damage(50, 50, FALSE)
|
||||
heal_organ_damage(50, 50)
|
||||
blood_used += 3
|
||||
|
||||
var/missing_blood = species.blood_volume - REAGENT_VOLUME(vessel, /singleton/reagent/blood)
|
||||
|
||||
Reference in New Issue
Block a user