diff --git a/code/modules/arousal/arousal.dm b/code/modules/arousal/arousal.dm index 38430ce366..a4e0860ac8 100644 --- a/code/modules/arousal/arousal.dm +++ b/code/modules/arousal/arousal.dm @@ -69,8 +69,8 @@ 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) + overlay_fullscreen("flash", /obj/screen/fullscreen/flash) // To be more true to the hentai + clear_fullscreen("flash", 10) G.last_orgasmed = world.time R.clear_reagents()