From 3c25171b8dbd4d41b64213d51acabdfc923b9048 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 21 Feb 2018 12:40:13 -0500 Subject: [PATCH 1/2] Merge pull request #35842 from 81Denton/meteor-emag-text Tweaks meteor shield emag text --- code/modules/station_goals/shield.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/station_goals/shield.dm b/code/modules/station_goals/shield.dm index f67f370636..265dd96532 100644 --- a/code/modules/station_goals/shield.dm +++ b/code/modules/station_goals/shield.dm @@ -174,6 +174,6 @@ if(obj_flags & EMAGGED) return obj_flags |= EMAGGED - to_chat(user, "You scramble the satellite's controller, increasing the chance of meteor strikes.") + to_chat(user, "You access the satellite's debug mode, increasing the chance of meteor strikes.") if(active) change_meteor_chance(2)