From 29141ba97db07da1eef6a9773c2367b2c6a7376d Mon Sep 17 00:00:00 2001 From: qwerty Date: Sun, 6 Dec 2020 12:36:30 -0600 Subject: [PATCH] flash on climax --- code/modules/arousal/arousal.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/arousal/arousal.dm b/code/modules/arousal/arousal.dm index 99683f1688..38430ce366 100644 --- a/code/modules/arousal/arousal.dm +++ b/code/modules/arousal/arousal.dm @@ -68,6 +68,10 @@ 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", type) // To be more true to the hentai + addtimer(CALLBACK(src, .proc/clear_fullscreen, "flash"), 10) + G.last_orgasmed = world.time R.clear_reagents()