mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-23 05:08:16 +01:00
further work on moootants
This commit is contained in:
@@ -193,6 +193,10 @@
|
||||
aroused_state = FALSE
|
||||
|
||||
/obj/item/organ/genital/proc/generate_fluid(datum/reagents/R)
|
||||
//GS13 milky trait
|
||||
var/milky_mult = 2
|
||||
if(owner != null && HAS_TRAIT(owner, TRAIT_MILKY))
|
||||
milky_mult += 2
|
||||
var/amount = clamp((fluid_rate * ((world.time - last_orgasmed) / (10 SECONDS)) * fluid_mult),0,fluid_max_volume)
|
||||
R.clear_reagents()
|
||||
R.maximum_volume = fluid_max_volume
|
||||
@@ -202,6 +206,7 @@
|
||||
R.add_reagent(linked_organ.fluid_id,amount)
|
||||
return TRUE
|
||||
|
||||
|
||||
/obj/item/organ/genital/proc/update_link()
|
||||
if(owner)
|
||||
if(linked_organ)
|
||||
|
||||
Reference in New Issue
Block a user