diff --git a/code/_onclick/hud/alert.dm b/code/_onclick/hud/alert.dm index 7b53bce22de..a07a29ccc53 100644 --- a/code/_onclick/hud/alert.dm +++ b/code/_onclick/hud/alert.dm @@ -570,10 +570,7 @@ so as to remain in compliance with the most up-to-date laws." G.ManualFollow(target) /obj/screen/alert/notify_action/Topic(href, href_list) - if(..()) - return TRUE - - if(href_list["signup"] && isobserver(usr) && poll?.sign_up(usr)) + if(href_list["signup"] && poll?.sign_up(usr)) display_signed_up() /obj/screen/alert/notify_action/proc/display_signed_up()