Merge pull request #27774 from ChangelingRain/mesontextfix

Fixes mesons giving the wrong message when toggling off
This commit is contained in:
Leo
2017-05-29 08:31:42 -03:00
committed by GitHub
+1 -1
View File
@@ -65,7 +65,7 @@
if(iscarbon(user)) //only carbons can wear glasses
var/mob/living/carbon/C = user
if(!mesons_on)
if(mesons_on)
to_chat(C, "<span class='notice'>Your Meson Scanners have reactivated.</span>")
else if(picked_excuse)
to_chat(C, "<span class='warning'>Due to [picked_excuse], your Meson Scanners will not be able to display terrain layouts in this area.</span>")