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
@@ -106,10 +106,6 @@
return
/obj/item/organ/genital/proc/modify_size(modifier, min = -INFINITY, max = INFINITY)
fluid_max_volume += modifer*5
fluid_rate += modifer
if(reagents)
reagents.maximum_volume = fluid_max_volume
return
/obj/item/organ/genital/proc/update_size()
@@ -340,3 +336,4 @@
for(var/L in relevant_layers)
H.apply_overlay(L)
@@ -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!!
@@ -15,7 +15,7 @@
var/arousable = TRUE
var/widescreenpref = TRUE
var/autostand = TRUE
var/lewdchem = FALSE
var/lewdchem = TRUE
//vore prefs
var/toggleeatingnoise = TRUE