diff --git a/code/game/gamemodes/game_mode.dm b/code/game/gamemodes/game_mode.dm
index fe8a23007a5..b52959fdaa6 100644
--- a/code/game/gamemodes/game_mode.dm
+++ b/code/game/gamemodes/game_mode.dm
@@ -113,7 +113,7 @@
command_alert("Summary downloaded and printed out at all communications consoles.", "Enemy communication intercept. Security Level Elevated.")
world << sound('intercept.ogg')
- //set_security_level(1)
+ set_security_level(1)
/datum/game_mode/proc/get_players_for_role(var/role, override_jobbans=1)
diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm
index 4981a58bb46..fcfaeeb8513 100644
--- a/code/game/machinery/computer/communications.dm
+++ b/code/game/machinery/computer/communications.dm
@@ -62,7 +62,7 @@
if("logout")
authenticated = 0
- /*if("swipeidseclevel")
+ if("swipeidseclevel")
var/mob/M = usr
var/obj/item/weapon/card/id/I = M.equipped()
if (istype(I, /obj/item/device/pda))
@@ -85,7 +85,7 @@
tmp_alertlevel = 0
state = STATE_DEFAULT
else
- usr << "You need to swipe your ID."*/
+ usr << "You need to swipe your ID."
if("announce")
if(src.authenticated==2)
@@ -288,7 +288,7 @@
dat += " Red Alert |"
dat += " Lockdown |"
dat += " Biohazard \]