Makes the balls message only work if you have arousal

This commit is contained in:
MrJWhit
2019-08-12 14:56:27 -04:00
parent 77e0551616
commit e55e933a85
@@ -53,7 +53,7 @@
linked_organ = null
/obj/item/organ/genital/testicles/proc/send_full_message(msg = "Your balls finally feel full, again.")
if(owner && istext(msg))
if(owner && istext(msg) && M.canbearoused)
to_chat(owner, msg)
return TRUE