From 74c30dc3c1499292ad1ac36804e8e54ec2144aa1 Mon Sep 17 00:00:00 2001 From: qwerty Date: Sun, 6 Dec 2020 13:13:53 -0600 Subject: [PATCH] better time length --- code/modules/arousal/arousal.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/arousal/arousal.dm b/code/modules/arousal/arousal.dm index a4e0860ac8..4503bba0e8 100644 --- a/code/modules/arousal/arousal.dm +++ b/code/modules/arousal/arousal.dm @@ -70,7 +70,7 @@ 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", 10) + clear_fullscreen("flash", 20) G.last_orgasmed = world.time R.clear_reagents()