From ba0e8adc3d671cceefa25a245ef8685ad45f8348 Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Sat, 8 Mar 2025 12:49:08 -0700 Subject: [PATCH] [MIRROR] Removes synth damage on resleeve (#10334) Co-authored-by: tacoguy7765093 --- code/modules/resleeving/machines.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/resleeving/machines.dm b/code/modules/resleeving/machines.dm index 5c4b315248..88fdddf970 100644 --- a/code/modules/resleeving/machines.dm +++ b/code/modules/resleeving/machines.dm @@ -229,8 +229,8 @@ var/max_res_amount = 30000 //Max the thing can hold var/datum/transhuman/body_record/current_project var/broken = 0 - var/burn_value = 45 - var/brute_value = 60 + var/burn_value = 0 //Setting these to 0, if resleeving as organic with unupgraded sleevers gives them no damage, resleeving synths with unupgraded synthfabs should not give them potentially 105 damage. + var/brute_value = 0 /obj/machinery/transhuman/synthprinter/New() ..()