Part 2 of saycode/language/species port from Bay. Also includes bugfixes.

This commit is contained in:
Markolie
2015-02-20 00:50:28 +01:00
parent 7e635a967e
commit 46c53be6f1
65 changed files with 530 additions and 1132 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
if(!holder) return
prefs.toggles ^= CHAT_RADIO
prefs.save_preferences(src)
usr << "You will [(prefs.toggles & CHAT_RADIO) ? "now" : "no longer"] see radio chatter from radios or speakers"
usr << "You will [(prefs.toggles & CHAT_RADIO) ? "no longer" : "now"] see radio chatter from radios or speakers"
feedback_add_details("admin_verb","THR") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
/client/verb/toggleadminhelpsound()