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()