mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[MIRROR] Removes synth damage on resleeve (#10334)
Co-authored-by: tacoguy7765093 <karokaromaro@gmail.com>
This commit is contained in:
committed by
GitHub
parent
2b1c843732
commit
ba0e8adc3d
@@ -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()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user