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() ..()