Update preferences_toggles.dm

This commit is contained in:
Couls
2019-03-06 12:52:26 -05:00
committed by GitHub
parent 8bc511f50f
commit a76e7c4060
@@ -224,7 +224,7 @@
set name = "Toggle Karma Gains"
set category = "Special Verbs"
set desc = "This button will allow you to stop other people giving you karma."
if (prefs.toggles & DISABLE_KARMA)
if(prefs.toggles & DISABLE_KARMA)
wants_karma = FALSE
to_chat(usr, "<span class='notice'>You have disabled karma gains.")
else