Revert "Trust your insincts"

This reverts commit 7a605b4ba6.
This commit is contained in:
Fermi
2019-11-24 02:44:52 +00:00
parent df5814c30e
commit 82c3e3cd9d
4 changed files with 9 additions and 6 deletions
@@ -22,6 +22,13 @@
prev_size = cached_size
return ..()
/obj/item/organ/genital/breasts/proc/consider_size()
if(!cached_size || cached_size < 1)
return
fluid_max_volume = cached_size*5
fluid_rate = cached_size*0.1
reagents.maximum_volume = fluid_max_volume
/obj/item/organ/genital/breasts/update_appearance()
. = ..()
var/lowershape = lowertext(shape)
@@ -23,7 +23,6 @@
prev_length = length
length = CLAMP(length + modifier, min, max)
update()
..()
/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!!