would help if i got these the right way around eh?

This commit is contained in:
S34NW
2021-07-28 17:45:26 +01:00
parent d37cbd1ad7
commit 43f5c2fa18
@@ -363,4 +363,4 @@
set desc = "Toggles seeing item outlines on hover."
prefs.toggles2 ^= PREFTOGGLE_2_SEE_ITEM_OUTLINES
prefs.save_preferences(src)
to_chat(usr, "You will [(prefs.toggles2 & PREFTOGGLE_2_SEE_ITEM_OUTLINES) ? "no longer" : "now"] see item outlines on hover.")
to_chat(usr, "You will [(prefs.toggles2 & PREFTOGGLE_2_SEE_ITEM_OUTLINES) ? "now" : "no longer"] see item outlines on hover.")