From acae57bc049d0bb65436c552cc33e15da55b6525 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 13 Feb 2021 11:15:39 +0100 Subject: [PATCH] [MIRROR] Fixes critical server crashing bug with Valentines' Day (#3348) * Fixes critical server crashing bug with Valentines' Day (#56897) for any onlookers, the better solution here is just to make the love effect a basic overlay you put on mobs once, animated completely through a normal icon state this is just pressing enough to do for now * Fixes critical server crashing bug with Valentines' Day Co-authored-by: Iamgoofball --- code/datums/status_effects/neutral.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/datums/status_effects/neutral.dm b/code/datums/status_effects/neutral.dm index a04bd836a24..257f69ab80d 100644 --- a/code/datums/status_effects/neutral.dm +++ b/code/datums/status_effects/neutral.dm @@ -57,10 +57,6 @@ date = love_interest linked_alert.desc = "You're in love with [date.real_name]! How lovely." -/datum/status_effect/in_love/tick() - if(date) - new /obj/effect/temp_visual/love_heart/invisible(date.drop_location(), owner) - /datum/status_effect/throat_soothed id = "throat_soothed" duration = 60 SECONDS