From b26356fdf5e75bc855aaa2c1ce56a609ecd5a133 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 25 Jan 2021 16:04:55 +0100 Subject: [PATCH] [MIRROR] Fixes mind magnification helmets working even when disabled (#2876) * no return moment (#56384) mind magnification helmets no longer work when admins have it disabled. * Fixes mind magnification helmets working even when disabled Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com> --- code/modules/clothing/head/helmet.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index 92c1117b7ce..06519ce228a 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -423,6 +423,7 @@ return if(!(GLOB.ghost_role_flags & GHOSTROLE_STATION_SENTIENCE)) say("ERROR: Central Command has temporarily outlawed monkey sentience helmets in this sector. NEAREST LAWFUL SECTOR: 2.537 million light years away.") + return magnification = user //this polls ghosts visible_message("[src] powers up!") playsound(src, 'sound/machines/ping.ogg', 30, TRUE)