mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-23 05:08:16 +01:00
fix
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
generate_fluid(reagents)
|
||||
|
||||
/obj/item/organ/genital/proc/set_aroused_state(new_state,cause = "manual toggle")
|
||||
if(!(genital_flags & GENITAL_FUID_PRODUCTION))
|
||||
if(!(genital_flags & GENITAL_CAN_AROUSE))
|
||||
return FALSE
|
||||
if(!((HAS_TRAIT(owner,TRAIT_PERMABONER) && !new_state) || HAS_TRAIT(owner,TRAIT_NEVERBONER) && new_state))
|
||||
aroused_state = new_state
|
||||
|
||||
Reference in New Issue
Block a user