diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm index 5e5c08ee99..fe17b4c8b3 100755 --- a/code/game/machinery/computer/communications.dm +++ b/code/game/machinery/computer/communications.dm @@ -421,6 +421,7 @@ if(obj_flags & EMAGGED) return obj_flags |= EMAGGED + SSshuttle.shuttle_purchase_requirements_met |= "emagged" if(authenticated == 1) authenticated = 2 to_chat(user, "You scramble the communication routing circuits!")