This commit is contained in:
Pin-alternative
2023-04-23 17:17:52 +10:00
parent 7c598d6ce8
commit cd29d1e6bc
2 changed files with 1 additions and 3 deletions

View File

@@ -192,11 +192,10 @@
/obj/item/organ/genital/proc/generate_fluid(datum/reagents/R)
var/amount = get_fluid()
R.clear_reagents()
R.maximum_volume = fluid_max_volume
if(fluid_id)
R.maximum_volume = fluid_max_volume
R.add_reagent(fluid_id,amount, owner.get_blood_data())
else if(linked_organ?.fluid_id)
R.maximum_volume = linked_organ.fluid_max_volume
R.add_reagent(linked_organ.fluid_id,amount, owner.get_blood_data())
return TRUE

View File

@@ -765,7 +765,6 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
"has_cock" = FALSE,
"cock_shape" = DEF_COCK_SHAPE,
"cock_length" = COCK_SIZE_DEF,
"cock_max_length" = COCK_SIZE_DEF * 3,
"cock_diameter_ratio" = COCK_DIAMETER_RATIO_DEF,
"cock_color" = "ffffff",
"cock_taur" = FALSE,