important cloning change

This commit is contained in:
Metis
2024-09-23 16:08:58 -04:00
parent ec0b0a8975
commit dfa4c19346
2 changed files with 17 additions and 3 deletions
+6 -1
View File
@@ -110,7 +110,7 @@
return examine(user)
//Start growing a human clone in the pod!
/obj/machinery/clonepod/proc/growclone(ckey, clonename, ui, mutation_index, mindref, blood_type, datum/species/mrace, list/features, factions, list/quirks, datum/bank_account/insurance, list/traumas)
/obj/machinery/clonepod/proc/growclone(ckey, clonename, ui, mutation_index, mindref, blood_type, datum/species/mrace, list/features, factions, list/quirks, datum/bank_account/insurance, list/traumas, fatness) //GS13 EDIT
if(panel_open)
return FALSE
if(mess || attempting)
@@ -172,6 +172,11 @@
if(clonemind)
clonemind.transfer_to(H)
// GS13 EDIT START
if(fatness)
H.fatness_real = fatness
// GS13 EDIT END
else if(get_clone_mind == CLONEPOD_POLL_MIND)
poll_for_mind(H, clonename)