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

Co-authored-by: tacoguy7765093 <karokaromaro@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-08 12:49:08 -07:00
committed by GitHub
parent 2b1c843732
commit ba0e8adc3d

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