From 258c6f3818847fe8ebefa4b2220a74243f1ce593 Mon Sep 17 00:00:00 2001 From: MrJWhit <48370570+MrJWhit@users.noreply.github.com> Date: Wed, 30 Dec 2020 16:14:03 -0500 Subject: [PATCH] Update arousal.dm --- code/modules/arousal/arousal.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/arousal/arousal.dm b/code/modules/arousal/arousal.dm index 4503bba0e8..99683f1688 100644 --- a/code/modules/arousal/arousal.dm +++ b/code/modules/arousal/arousal.dm @@ -68,10 +68,6 @@ R.reaction(turfing ? target : target.loc, TOUCH, 1, 0) if(!turfing) R.trans_to(target, R.total_volume * (spill ? G.fluid_transfer_factor : 1)) - - overlay_fullscreen("flash", /obj/screen/fullscreen/flash) // To be more true to the hentai - clear_fullscreen("flash", 20) - G.last_orgasmed = world.time R.clear_reagents()