mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
changes
This commit is contained in:
@@ -192,11 +192,10 @@
|
|||||||
/obj/item/organ/genital/proc/generate_fluid(datum/reagents/R)
|
/obj/item/organ/genital/proc/generate_fluid(datum/reagents/R)
|
||||||
var/amount = get_fluid()
|
var/amount = get_fluid()
|
||||||
R.clear_reagents()
|
R.clear_reagents()
|
||||||
|
R.maximum_volume = fluid_max_volume
|
||||||
if(fluid_id)
|
if(fluid_id)
|
||||||
R.maximum_volume = fluid_max_volume
|
|
||||||
R.add_reagent(fluid_id,amount, owner.get_blood_data())
|
R.add_reagent(fluid_id,amount, owner.get_blood_data())
|
||||||
else if(linked_organ?.fluid_id)
|
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())
|
R.add_reagent(linked_organ.fluid_id,amount, owner.get_blood_data())
|
||||||
return TRUE
|
return TRUE
|
||||||
|
|
||||||
|
|||||||
@@ -765,7 +765,6 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
|
|||||||
"has_cock" = FALSE,
|
"has_cock" = FALSE,
|
||||||
"cock_shape" = DEF_COCK_SHAPE,
|
"cock_shape" = DEF_COCK_SHAPE,
|
||||||
"cock_length" = COCK_SIZE_DEF,
|
"cock_length" = COCK_SIZE_DEF,
|
||||||
"cock_max_length" = COCK_SIZE_DEF * 3,
|
|
||||||
"cock_diameter_ratio" = COCK_DIAMETER_RATIO_DEF,
|
"cock_diameter_ratio" = COCK_DIAMETER_RATIO_DEF,
|
||||||
"cock_color" = "ffffff",
|
"cock_color" = "ffffff",
|
||||||
"cock_taur" = FALSE,
|
"cock_taur" = FALSE,
|
||||||
|
|||||||
Reference in New Issue
Block a user