Merge pull request #35842 from 81Denton/meteor-emag-text

Tweaks meteor shield emag text
This commit is contained in:
Jordan Brown
2018-02-21 12:40:13 -05:00
committed by CitadelStationBot
parent c1d66af3a1
commit 3c25171b8d
+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)