This commit is contained in:
Pin-alternative
2023-03-08 08:14:16 +11:00
parent 7c66d62510
commit 6474cb5e6f
6 changed files with 45 additions and 20 deletions
-6
View File
@@ -31,12 +31,6 @@
update()
..()
/obj/item/organ/genital/penis/get_fluid()
if(linked_organ)
return (clamp(linked_organ.fluid_rate * ((world.time - last_orgasmed) / (10 SECONDS)) * linked_organ.fluid_mult, 0, linked_organ.fluid_max_volume) / linked_organ.fluid_max_volume)
else
return (clamp(fluid_rate * ((world.time - last_orgasmed) / (10 SECONDS)) * fluid_mult, 0, fluid_max_volume) / fluid_max_volume)
/obj/item/organ/genital/penis/update_size(modified = FALSE)
if(length <= 0)//I don't actually know what round() does to negative numbers, so to be safe!!
if(owner)