From 84a32c97fb2f634003cf0b09b05f5dd05361ad48 Mon Sep 17 00:00:00 2001 From: Dahlular <55758850+Dahlular@users.noreply.github.com> Date: Tue, 28 Jan 2020 13:28:08 -0700 Subject: [PATCH] Fixes a compile issue --- modular_citadel/code/modules/arousal/organs/breasts.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modular_citadel/code/modules/arousal/organs/breasts.dm b/modular_citadel/code/modules/arousal/organs/breasts.dm index 7dfa025a..da8a142f 100644 --- a/modular_citadel/code/modules/arousal/organs/breasts.dm +++ b/modular_citadel/code/modules/arousal/organs/breasts.dm @@ -53,11 +53,6 @@ to_chat(owner, msg) return TRUE -/obj/item/organ/genital/breasts/proc/send_full_message(msg = "Your breasts finally feel full, again.") - if(owner && istext(msg)) - to_chat(owner, msg) - return TRUE - /obj/item/organ/genital/breasts/update_appearance() var/lowershape = lowertext(shape) switch(lowershape)