further work on mootants

This commit is contained in:
evilew
2025-02-27 16:16:44 +01:00
parent cdbf51ac2a
commit 7663bc3813
6 changed files with 40 additions and 17 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
generate_fluid(reagents)
/obj/item/organ/genital/proc/set_aroused_state(new_state,cause = "manual toggle")
if(!(genital_flags & GENITAL_CAN_AROUSE))
if(!(genital_flags & GENITAL_FUID_PRODUCTION))
return FALSE
if(!((HAS_TRAIT(owner,TRAIT_PERMABONER) && !new_state) || HAS_TRAIT(owner,TRAIT_NEVERBONER) && new_state))
aroused_state = new_state