Merge pull request #5636 from Citadel-Station-13/upstream-merge-35842

[MIRROR] Tweaks meteor shield emag text
This commit is contained in:
deathride58
2018-02-21 18:15:58 +00:00
committed by GitHub
+1 -1
View File
@@ -174,6 +174,6 @@
if(obj_flags & EMAGGED)
return
obj_flags |= EMAGGED
to_chat(user, "<span class='notice'>You scramble the satellite's controller, increasing the chance of meteor strikes.</span>")
to_chat(user, "<span class='notice'>You access the satellite's debug mode, increasing the chance of meteor strikes.</span>")
if(active)
change_meteor_chance(2)