mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-04 14:42:56 +00:00
Revert "Merge branch 'toggle_karma2' of https://github.com/Couls/Paradise into toggle_karma2"
This reverts commit79777f441e, reversing changes made toa76e7c4060.
This commit is contained in:
@@ -224,9 +224,11 @@
|
||||
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
|
||||
wants_karma = TRUE
|
||||
to_chat(usr, "<span class='notice'>You have enabled karma gains.")
|
||||
prefs.toggles ^= DISABLE_KARMA
|
||||
prefs.save_preferences(src)
|
||||
|
||||
Reference in New Issue
Block a user