[MIRROR] Removes synth damage on resleeve (#10334)

Co-authored-by: tacoguy7765093 <karokaromaro@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-08 20:49:08 +01:00
committed by GitHub
co-authored by tacoguy7765093
parent 2b1c843732
commit ba0e8adc3d
+2 -2
View File
@@ -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()
..()