Revert "Makes the balls message only work if you have arousal"

This reverts commit e55e933a85.
This commit is contained in:
MrJWhit
2019-08-12 15:02:34 -04:00
parent e55e933a85
commit a27f3996ce
@@ -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) && M.canbearoused)
if(owner && istext(msg))
to_chat(owner, msg)
return TRUE